| |
Cascading Style Sheets (CSS) control
the appearance of type in the MCPS Web template. Advanced
webmasters may take full advantage of the style
sheet. Webmasters who haven't tackled this technology
can rely on the style sheet to automatically style their
plain HTML tags to match the MCPS Web style, as shown
below. (Note: The abbreviation "px" stands
for "pixels.")
No Tag: Type with no tag displays as 11px Verdana,
Arial, Helvetica or san-serif.
<P> The standard Paragraph tag displays as 11px
Verdana, Arial, Helvetica or san-serif.
<H1> Heading 1 displays as 28px, bold, dark
gray Arial, Helvetica, or sans-serif.
<H2> Heading 2 displays as 24px, bold, dark
gray Arial, Helvetica, or sans-serif.
<H3> Heading 3 displays as 20px, bold, dark
gray Arial, Helvetica, or sans-serif.
<H4> Heading 4 displays as 16px, bold, dark
gray Arial, Helvetica, or sans-serif.
<H5> Heading 5 displays as 12px, bold, dark
gray Arial, Helvetica, or sans-serif.
<H6> Heading6 displays as 11px, bold, dark gray
Arial, Helvetica, or sans-serif.
<PRE> Preformatted text appears as 12px, dark gray Courier New, Courier, or monospaced.
<UL> Unordered lists display as:
- List item
- List item
- List item
<OL> Ordered lists display as:
- List item
- List item
- List item
<TABLE> Tables display as:
| <TH> Table Head |
<TH> Table Head |
<TH> Table Head |
| <TD> Table Cell |
<TD> Table Cell |
<TD> Table Cell |
| <TD> Table Cell |
<TD> Table Cell |
<TD> Table Cell |
| <TD> Table Cell |
<TD> Table Cell |
<TD> Table Cell |
|
|