The code for inserting an image in an HTML page is
<imgsrc=" " alt=" ">. The alt attribute is used fbor
Answers
Answered by
1
Answer:
The HTML <img> tag is used to embed an image in a web page. Images are not technically inserted into a web page; images are linked to web pages. The <img> tag creates a holding space for the referenced image. The <img> tag is empty, it contains attributes only, and does not have a closing tag.
Explanation:
Answered by
3
Answer:
<img src="/wp-content/uploads/flamingo.jpg" alt="Pink flamingo.">........................
Similar questions