WAP in HTML to insert a image in web page
Answers
Answered by
1
Answer:
Explanation:
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
Answered by
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:
Hope it helpful ✌️✌️
Similar questions