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
Post a Comment