lesson 4
lesson 4
Images let you add pictures to your webpages.
Images let you add pictures to your webpages.
HTML uses the <img> element to display an image:
<img src="https://via.placeholder.com/300" alt="A placeholder image">
The src attribute tells HTML where the image is.
The alt attribute describes the image.
Change the image URL and the description to create your own image.
Change both the src and alt attributes, then press Run.
Next - Lesson 5: Buttons