CSS Block Code
General Reference Notes
Web Design II, Mrs. Wolbert
CSS Block Rules:
CSS block code overrides External style sheet code.
CSS block code is placed directly into the code of an individual Web page.
(embedded in one page)
Place the code between the tags.
CSS Block Example within tags:
Incorporating CSS Block Code into the Web site:
Block CSS Special Heading
Example of how text would appear from the line of code above:
Block CSS Special Heading
Note: the indicate comments in HTML code that hide the code so it cannot
be viewed when the Web site is previewed.