Style Sheets Example |
With protocol overhead, over 1k bytes transferred, for a 9 character word in a particular font with a background!!!
Represented as HTML + CSS:
P.banner {
color: white;
background: #FC0;
font: bold oblique 20px sans-serif;
padding: 0.2em 10em 0.2em 1em;
}
<P CLASS=banner> solutions
150 bytes, before compression, or amortization across multiple uses of the "banner" class.
14 of 40 |