Beginner Codes/HTML & CSS/Links & Images
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/315 XP
❴❵ script.html
html.code
html
Loading...
Terminal
Terminal — html
Beginner Codes Terminal v1.0.0
─────────────────────────────────────
Ready. Click "Run Code" to execute...
Ready
Piston APIHTML0 lines