HTML/CSS - 6
HTML/CSS - 6: Working with Images
Learn how to display images using the <img> tag. Let's use some fun waffle images!
👀 Show Solution
<img src="water-waffles.webp"
alt="Waffles underwater"
width="700">
<img src="space-waffles.webp"
alt="Waffles floating in space"
width="600">