CBSE BOARD X, asked by nishitag1407, 10 months ago

Write the html code of inserting a image in background of a web page

Answers

Answered by abhirock51
12

Answer:

How do you insert an image into HTML?

To insert image in an HTML page, use the <img> tags. It is an empty tag, containing only attributes since the closing tag is not required. Just keep in mind that you should use the <img> tag inside <body>… </body> tag.

Similar questions