Adding Links
What would a web site be without external links? BORING comes to mind. Once you have the URL (web address) of the page you want to link to, all you need is the proper code, and you're on your way.
When creating a link, you are "sandwiching" your text between the anchor tags
(<a href="URL">text to be clicked on </a>).
A link to our school's web site would look like
<a href="http://cottagehillschools.org/school/">Visit Cottage Hill Baptist School</a>,
and would appear in a browser like this:
Visit Cottage Hill Baptist School.
That's all there is to linking.
Practice Session
Let's try it out. Go back to your last web page practice session, and key in the link to Cottage Hill Baptist School. Save your work, and open it up in the browser. You should be able to access the school's web site from the web page you created. If it doesn't work, then check for mistakes.