Computer Science, asked by goyalshalini2019, 4 months ago

The code for inserting an image in an HTML page is

<imgsrc=" " alt=" ">. The alt attribute is used fbor

Answers

Answered by mdarshan2005
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 umeshnirmal04
3

Answer:

<img src="/wp-content/uploads/flamingo.jpg" alt="Pink flamingo.">........................

Similar questions