HTML Tutorial

HTML Images

Images

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

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