Name two methods of applying styles to web page elements:
___________________________________________________________________
___________________________________________________________________
At what levels of Netscape and Internet Explorer does style sheet support start?
___________________________________________________________________
You want to change the font and color for one word on your page. Which kind of style would be most appropriate?
___________________________________________________________________
Who benefits when the content of your page is independent of the style used?
___________________________________________________________________
The "cascading" in Cascading Style Sheets refers to the way that general styles can be overridden by specific styles. In other words, the style closest to the tag is the style that will be rendered by the browser. So, if embedded style sheets, linked style sheets and inline styles are all present, the style closest to the tag will be invoked.
Number the invocation order of style sheets if all are present:
__________ Embedded style sheet
__________ Linked style sheet
__________ Inline style
Back to Section Table of Contents
Back to Curriculum Table of Contents