This is h2 heading
This is a normal paragraph. The font family is defined to be "times". The font
size is set to 14 pixels. All other properties are left as default.
This a paragraph with a defined class "mystyle". The font family is set to
"courier". The font size is set to 16 pixels. The paragraph left-margin is
set to 20 pixels. The font color is set to "blue".
Here is a sentence outside of paragraph tags. In this case, the properties
specified in the "body" tag will apply.
A normal unordered list
- list item 1
- list item 2
- list item 3
Another list using class "mylist"
- list item 1
- list item 2
- list item 3
Here is some more text in a "div" block using the standalone class called "myblock". This
standalone class is not associated with any specific HTML element and can be used by
using class="myblock" inside of any container tag such as "div", "span", paragraph
tag, as well as as table or list elements.
Some links (in a div block)