The following is a header: Helvetica, sans-serif, italic, with a 1px border
and a 1cm gap above the element, pre-defined for the whole page
Heading 1
Image with a pre-defined CSS settings
1 pixel dashed border of the default color
A "PRE" box with its style given in body of page...
Testing a very line. A very very very very very very very very very very very very very very very very very very very very very very very long line.....
Note that the above seems ignores the first and last blank lines
surrounding text (which is great).
NOTES: margin-top: space above the element (pixels)
margin: space around outside of object (pixels)
padding: space between border and inside text (pixels)
border: width of border (default 0)
solid #000000 color of border (black)
dashed #057 dash with given pattern
inset color lines so as to indent the element.
line-height: height of the box around the element (default 100%)
font-family: font familt to use.
serif add little strokes on end of letters (default)
sans-serif no little strokes (block like)
font-style:
italic slanted (default isn't)
height: height of object -- 60px (pixels)
width: width of object -- 90% relitive to container
overflow: what to do if the contents does not fit?
auto add scrollbars as needed
(Default is to just overflow the bounds!)