Week Two, Part 3


~Linked Style Sheet~




     I liked my colors and fonts from my embedded style sheet enough to use them for part three and the linked style sheet. I'll begin with the answers to the quiz.



1. What is another name for embedded style?
      Another name for embedded style is document-level.


2. Where is embedded style located?
      Embedded style is "embedded" within the <head> tags of an HTML document.


3. Why do we put a comment tag set between style tags?
      The comment tag is important for browsers that are not CSS-capable. They will ignore the commands within the tags.


4.Why is em often recommended for font-size in style?
      Em is recommended in font-sizing in CSS because em will adjust to anyone's browser viewing settings and not force them to view a set font size.


5.What is the difference between embedded and linked style?
      Embedded style is contained within the <head> tags of a document, while a linked style sheet is a separate document on which styles are listed only once. Any web page can be linked to this style sheet, and any changes made to the style sheet will be reflected on all web pages linked to it. This means a lot less typing and fussing.


6. True or False: A linked style sheet must contain the usual HTML tags such as <html>, <head>, and <body>
      False


7. What do you need to do so we can see your linked style sheet?
      We must copy and paste a copy of it to the message board.



I think I like the linked style sheet the best!

back

Valid HTML 4.0!