Linking
Linking is connecting one page to another - You can do it via text OR image.
If what you want to link to is already on your site, then you don't need the full URL.
| Link! | <a href="link.html">Link!</a> |
| Link in a new window | <a href="link.html" target="_blank">New window</a> |
So now you've got the basics. Try them down below! (Note - Since CSS is defining how my text looks, it might look slightly different from yours.)

