What is IMG tag in HTML?

What is IMG tag in HTML?

The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document. 

This element is NOT intended for embedding other HTML text. 

For large figures with captions and text flow see FIG element. 


Example: <IMG SRC="techforum.png" 

ALT="TECH FORUM"/>

Comments

Last 7 Days

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example

How to use the datalist tag in HTML?

Why TD is used in HTML?

How to use string in Solidity programming language ?

How to use Local Variable for whose values are present till function is executing in solidity ?