HTML Links, CSS Layout, JS Functions

Links are created using the <a> element. The <a> element uses the href attribute to indicate the page you are linking to. Example: <a href+http://www.imdb.com">IMDB</a>

If you are linking to your page within your own site, it is best to use relative links rather than qualified URLs.

Chapter 15: Layout (pp.358-404) pp.358-364

Vocabulary

Chapter 3 (first part): Functions (pp.86-99 ONLY)