❀ Summary 5
Chapter 4: Links - Stylin' With CSS
Topic 1: Linking Up Links
Links are defined using the tag a. You can tell your computer which link to use to direct you website's users to whichever location you would like. You can link to both other sites and other pages on your website.
Topic 2: Linking to Outside
Linking to outside sites can be done on your own website. This is done by using a tag a, and then you we have the href visable. Then, you will include the full web address or rather the abosolute URL.
Topic 3: Linking Your Pages
If you want to link local pages on your website you're in luck! Linking pages of your own website can be done using a relative URL. If you have your page in the same folder, the URL is simply the document's name.