Tags

HTML Images

HTML images are defined with the <img> tag.

The source file (src), alternative text (alt), and size (width and height) are provided as attributes:

<img src=”G:\Prasad  2016\html\Demo 1\Make-In-India.jpg” alt=”Make in India” width=”300″ height=300″>

Img demo