Summary 5 - Chapter 4 & 13 - Lists & Fonts!
1. Linking it all.
There is a few things you can link on websites. Other pages, websites, images, and sometimes extra widgets. This is all done with <a> tags - meaning anchor. As in anchoring to the page in a way. When you link anything that isn't a webpage, like another link on your site - you must make sure it is in your site root folder and ordered properly.
2. Controlling the links.
When creating new items that you will link, you can put them in sub folders in your main folder. It helps organize, but allows for pages to have similar names without problem. Like a child, parent, grandparent folder under it all. You can also control where these links open, if it opens in a new window or tab. Or even back to the top of the page.
3. Box it all!
Everything you make in your html has a "box" - you can stylize all of it in CSS! Depending on the element you have tagged, you can edit within it all. The fonts, background color, height and width all are changed within the elements box! Padding helps moved the content around the inside of the box. You can make theses visible without a bg - borders are another style that you can adjust, color or line style.