all the options used with IMG tag
Answers
Answered by
1
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="tajmahal.gif" ALT="The Taj Mahal">
Example:
<IMG SRC="tajmahal.gif" ALT="The Taj Mahal">
Answered by
1
Hey,,here i am giving you some attributes of IMG tag..
1) align
2) width(in px)
3) alt
4) src
__________
hope it help✌✌
1) align
2) width(in px)
3) alt
4) src
__________
hope it help✌✌
Similar questions