Topic One: Links (Chapter 4)
Creating links are very important in technology today, it is how we get from one site to the next while keeping us organized. We use links to get us from one site to the next, even to get on a different page of the same webste, you can also use them to get you to a different section all on the same page. There is also possiblitlies to have links open in a new window. This might be if you are linking a website to another website and you don't want the person to leave your site just yet.
Topic Two: Links opening to a new window (Chapter 4)
To have a link open in a new window you just have to code it a little differently. The code would look like...
<a href="http:www.linktowebsitehere.com" target="_blank">
By including the _blank in the code this is what allows the link to open in a new window. You might do something like this if you want the person who is viewing your site to return to it. Next, margin, margins sit outside of the border. This is what can create a greater gap between two or more things on the page. And then, padding, padding is the space between the border and any of the contents inside the box. Adding padding can make the text inside of the box easier to read and make out the text.
Topic Three: Borders, Margin and Padding in Boxes (Chapter 13)
Every box has three different properties that control its apperience; borfer, margins and padding. Starting with border, even if the border is not visible, there is one there. The border separated the edge of one box from another.