🎯 What you'll learn: The anchor tag and all its link types (external, internal, email, phone), relative vs absolute paths, the image element with all key attributes, responsive images with srcset, the <figure> pattern, embedding video and audio, and iframes for YouTube embeds.
1-A 2-A 3-A 4-A | 5 href 6 image 7 = <a href="about.html">About us</a> 8 = <img src="cat.jpg" alt="A sleeping cat"> 9 = Link text should describe the destination (a11y/SEO) | 10 = <video controls src="clip.mp4"></video>