Computer Science, asked by gcskrishnas, 4 months ago

Create a webpage to display an image using image tag and attributes.​

Answers

Answered by sharmash9
1

Answer:

The HTML <img> tag is used to embed an image in a web page.

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 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.

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.The <img> tag has two required attributes:

  • 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.The <img> tag has two required attributes:src - Specifies the path to the image

  • 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.The <img> tag has two required attributes:src - Specifies the path to the imagealt - Specifies an alternate text for the image

Explanation:

Hope it helps u

Similar questions