Computer Science, asked by fahimkher771, 3 months ago

Sunil wants to insert an image 'e-banking.jpg' into a webpage. Write the name and
the syntax of the HTML Tag she should use. The alternate text for the image
should be 'E-banking Image’.

Answers

Answered by anindyaadhikari13
4

Answer:

Sunil wants to insert an image 'e-banking.jpg' into a web page. The alternate text for the image should be 'E-banking Image'. To do the given task, write the HTML cσde given below.

\dag\:\boxed{\tt <img\: src="e-banking.jpg"\: alt="E-banking\:Image"/>}

Explanation:

  • To insert image into a web page, the <img/> tag is used.
  • The src attribute of <img> tag specifies the source of the image. Here, source attribute contains the URL of the image.
  • The alt attribute specifies the alternate text for the image. It appears on the web page if the image is not displayed due to some issues.
Answered by THEmultipleTHANKER
4

Answer:

Sunil wants to insert an image 'e-banking.jpg' into a web page. The alternate text for the image should be 'E-banking Image'. To do the given task, write the HTML cσde given below.

\dag\:\boxed{\tt &lt; img\: src="e-banking.jpg"\: alt="E-banking\:Image"/ &gt; }

Explanation:

To insert image into a web page, the <img/> tag is used.

The src attribute of <img> tag specifies the source of the image. Here, source attribute contains the URL of the image.

The alt attribute specifies the alternate text for the image. It appears on the web page if the image is not displayed due to some issues.

Similar questions