HTML Tutorial

HTML Images

Images

Embed images with <img>. Always include alt text for accessibility.

HTML
<img src="student.png" alt="Student" width="200">