Css Week 2: An Embedded Style Sheet

Week 2 Quiz

What is another name for embedded style?
It is also called document-level.

Where is embedded style located?
An embedded style sheet is located between the head tags of the document.

Why do we put a comment tag set between style tags? Because browsers that are not CSS-capable will ignore the commands within these tags. Why is em often recommended for font-size in style?
The text will be enlarged by percentage rather than absolute font size. This makes for more accurate rendering of font size across browser settings.

What is the difference between embedded and linked style?
An embedded style sheet is located between the head tags of the document. A linked style sheet is its own separate document (with a .css extension), with a link inside the web page using that document for style.

True or False: A linked Style Sheet must contain the usual HTML tags such as <html> <head>, and <body>?
False: A linked style sheet does not contain HTML tags. It must be a document with a name and a .css extension.

What do you need to do so we can easily see the content of your linked style sheet?
Paste a copy of the linked style sheet in our messages on the board. That's the easiest/fastest way for you to see it.



Send me an email.

Valid HTML 4.01!