Mid JavaScript

How can you include an image in HTML?

Use the <img> tag with the src and alt attributes.

Example:

<img src="images/photo.jpg" alt="A sunset at the beach">

Key Takeaway:

The alt attribute improves accessibility and helps SEO.

More from JavaScript Tutorial

All questions for this course