VivaciousVixens Homepage HTML Homepage PSP Homepage CSS Week 1 CSS Week 2 CSS Week 3 CSS Week 4 CSS Week 5 CSS Week 6

Cascading Style Sheets

Week 2



Answers Only to Week 2 Quiz :)

  • Embedded or document-level style sheets are called that because they are "embedded" within the <head> tags of an HTML document.

  • Adding a comment tag is important for those browsers that are not CSS-capable; they will ignore any commands within the statement tags while CSS-compatible browsers will render the styles as listed.

  • em means "scalable in relation to the font size of the parent element". It's an old typography term that has been modernized for CSS. Perhaps the easiest way to think of em when creating style sheets, is as a percentage.

  • Embedded style is located within the <head> tags of the HTML document.
    Linked style is located in a separate document with an extension of .css. This allows the browser to know this document contains style commands written in CSS text. The linked style sheet can be associated with many HTML documents and changes on the linked style sheet will affect all those HTML documents.

  • False A separate style sheet does notcontain any of the customary beginning tags because it is not an HTML document.

  • I'm planning an extended 'car trip' so I can personally post my Linked Style Sheet on the LVS CSS Message Board. «Wait!» I have no new clothes for this adventure -- Be there soon! :)
CSS footer image
PSP Home | HTML Home | HOME
CSS Week 1 | CSS Week 2 | CSS Week 2a | CSS Week 3 | CSS Week 4 | CSS Week 5 | CSS Week 6

Valid HTML 4.01! Valid CSS!