To make a website visually interesting, we use the <img> tag. This tag is special because it doesn't have a closing tag. Instead, it uses an attribute called src (which stands for source) to tell the browser where the picture is.
To connect web pages, we use the anchor tag: <a>. You use the href attribute to tell the browser exactly where to go when the link is clicked.
A student wrote this code to show a picture of a keyboard, but nothing is showing up on the screen! What attribute is missing?