XHTML Elements
-------------------------------------
Paragraphs
This is the first paragraph. Curabitur eu libero nec nibh tempus fermentum. Praesent et tellus. Sed semper felis id nibh. Morbi luctus accumsan lectus.
This is second paragraph. Use this paragraph to see what the before and after margins of a paragraph look like between otehr paragraphs.
This is third paragraph. Curabitur eu libero nec nibh tempus fermentum. Praesent et tellus. Sed semper felis id nibh. Morbi luctus accumsan lectus.
-------------------------------------Text
This is bold TextThis is italic text
This is strong text
This is emphasized text
This is a linked text
This is superscripted text
This is subscripted text
This is a citation
This is quoted text
This is inserted text
This is keyboard text
This is sample text
This is bi-dierectional text with dir attribute of rtl beginning here:This is bi-directional text
This is a variable
Definition
-------------------------------------
Headlines
This is an H1 Headline
This is an H2 Headline
This is an H3 Headline
This is an H4 Headline
This is an H5 Headline
This is an H6 Headline
-------------------------------------
Headlines with Paragraph
This is an H1 Headline
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nec erat. Pellentesque at est. Vivamus vitae massa. Donec enim ligula, suscipit vel, aliquet et.
This is an H2 Headline
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nec erat. Pellentesque at est. Vivamus vitae massa. Donec enim ligula, suscipit vel, aliquet et.
This is an H3 Headline
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nec erat. Pellentesque at est. Vivamus vitae massa. Donec enim ligula, suscipit vel, aliquet et.
This is an H4 Headline
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nec erat. Pellentesque at est. Vivamus vitae massa. Donec enim ligula, suscipit vel, aliquet et.
This is an H5 Headline
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nec erat. Pellentesque at est. Vivamus vitae massa. Donec enim ligula, suscipit vel, aliquet et.
This is an H6 Headline
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nec erat. Pellentesque at est. Vivamus vitae massa. Donec enim ligula, suscipit vel, aliquet et.
-------------------------------------Unordered List
- Unordered List Item One
- Unordered List Item Two
- Unordered List Item Two
-------------------------------------
Ordered List
- Ordered List Item One
- Ordered List Item Two
- Ordered List Item Two
Unordered List with Nested Unordered Lists
- Unordered List Item One
- Nested Level 2 Unordered List Item One
- Nested Level 3 Unordered List Item One
- Nested Level 3 Unordered List Item Two
- Nested Level 3 Unordered List Item Three
- Nested Level 2 Unordered List Item Two
- Nested Level 2 Unordered List Item Three
- Nested Level 2 Unordered List Item One
- Unordered List Item Two
- Unordered List Item Three
-------------------------------------
Ordered List with Nested Ordered Lists
- Ordered List Item One
- Nested Level 2 Ordered List Item One
- Nested Level 3 Ordered List Item One
- Nested Level 3 Ordered List Item Two
- Nested Level 3 Ordered List Item Three
- Nested Level 2 Ordered List Item Two
- Nested Level 2 Ordered List Item Three
- Nested Level 2 Ordered List Item One
- Ordered List Item Two
- Ordered List Item Three
-------------------------------------
Abbreviation
This is an abbreviation-------------------------------------
Acronym
This is an acronym-------------------------------------
Address
This is an address-------------------------------------
Preformatted Text
This is preformatted text with a return placed here New line begins here New line with tab here New line with multiple spaces here spaces end
-------------------------------------
Computer Code
This my code for a headline
This is my code for a paragraph
-------------------------------------
Computer Code with pre tag
This is how the same computer code as above
will look when surrounded by the pre tag
This my code for a headline
This is my code for a paragraph
-------------------------------------
Simple 3 row, 4 column Table
r1c1 | r1c2 | r1c3 | r1c4 |
r2c1 | r2c2 | r2c3 | r2c4 |
r3c1 | r3c2 | r3c3 | r3c4 |
Complex Table with Column Groups
Column Group A | ||||
---|---|---|---|---|
Column 1 | Group A1 | Group A2 | Group A3 | |
Column 1 | Group A1 | Group A2 | Group A3 | |
Column Group A | ||||
Description Row 1 | r1c2 | r1c3 | r1c4 | r1c5 |
Description Row 2 | r2c2 | r2c3 | r2c4 | r2c5 |
Description Row 2 | r3c1 | r3c3 | r3c4 | r3c5 |