67%
Instructions
Links and Images 🖼️
A webpage isn't very useful without links and images!
Links
We use the anchor tag <a> to create links. It needs an href attribute to know where to go.
<a href="https://google.com">Go to Google</a>
Images
We use the <img> tag to display images. It doesn't need a closing tag! It needs a src (source) attribute.
<img src="logo.png">
Instructions
Create a link to https://beginnercodes.com with the text Beginner Codes.
Help
Links & ImagesExercise 3/3 • 15 XP
❴❵ script.html
Terminal