HTML Images <!DOCTYPE> HTML images are defined with the <img> tag. The source file (src), alternative text (alt), width, and height are provided as attributes: <img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142"> Pages: 1 2 3