Computer Science, asked by gowasmiprasanta, 6 months ago

How do you insert image in html document?? explain clearly. ​

Answers

Answered by samjoshua22634
1

Answer:

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

Explanation:

Answered by yashraj590
1

Answer:

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