Note 5 for Internet Web Publishing
You should be reading the Chapters in the book!!
Watch & Read:
External Styles are called by using the Link tag
Example: <link rel="stylesheet" type="text/css" href="file-name_of_stylesheet.css" />
Inline styles are placed inside the tag (element) as an attribute!
Example: <p style="font-family: arial; font-size:1.1em;">
The CSS Box Model

This model defines how the Style will impact the content.
Content is the information you provide between the tags.
Padding is the space between the border and the content.
Border is a line you can place around the content.
Margin is the space between the border and the end of the screen
Review the following:
Terms you need to know:
CSS, link, internal styles, external styles, selector, property, value
Homework:
You should be reading Chapters 8 & 9 in your book
Reminder: You will need to post an article about computers, web, Internet security or e-commerce every week!!!
Final Step:
Review in your mind everything we covered in class and remember to cover it again before you go to bed so your mind to process this information while you sleep.