Document Format Example - h1
A header with h2
A header with h3
A header with h4
An unordered list with <ul>
- An anchor (link) Verilab Home
- Just a regular piece of text
An ordered list with <ol>
- A list item - can omit the closing </li>
- Using < gives a <
- Using > gives a >
- Using & gives an ampersand
A definition list with <dl>
- This is using <dt>
- This is using <dd>
A paragraph is enclosed in <p> and </p> items to create a complete block of text. It doesn't matter how much whitespace is included in the source it all gets rendered nice and neatly in the final output - the style of the formatting being controlled by the cascading style sheet that defines whether the text should be justified at the left, right or both margins, allowing the author to focus on the content and not the style.
A button can be created by enclosing an anchor within a <span class="button"> container like this: