Computer Science, asked by pkritika80883, 3 months ago

how will you set an image on HTML document using css property​

Answers

Answered by SP85
2

So easy

Let's continue

First

Inline - by using the style attribute inside HTML elements.

Then 2nd

Internal - by using a <style> element in the <head> section.

Then third

External - by using a <link> element to link to an external CSS file.

This is how you can be able to set an image

Similar questions