HTML
Now the href is complete, but we need to show the words the user can click on. <a href="bigger.html"> Click here for page 2</a>.

When the file is located on another computer, then the address is more complicated: click <a href="http://carla.acad.umn.edu/lctl/lctl.html"> here</a> for the LCTL project's page.


Appears:
Now the href is complete, but we need to show the words the user can click on. Click here for page 2.

When the file is located on another computer, then the address is more complicated: Click here for the LCTL project's page.