Creating an Absolute Link
Creating an Absolute Link
Empowering Today’s Learners to Become Tomorrow’s Leaders
To make an absolute, or an external link you must first know the exact URL(web address) of the page you want to link to.
You are working in table.html.
Copy and paste the following text just below your table but still within the body of the document:
<p><a href="http://www.camanche.k12.ia.us/">I am currently a student at Camanche high School</a></p>
Notice that you have been provided with an exact URL, including the 'http://www.' This is required for an absolute link.
Save the file and then click Refresh/reload on the browser to see the hyperlink you have just inserted.