HTML Block Elements
P | DIV | BLOCKQUOTE | ADDRESS | PRE
<P>
This is normal text.
This is text inside a P element.
This is text inside a P element.
This is normal text.
This is text inside a P element.
This is normal text.
<DIV>
This is normal text.
This is text inside a DIV element.
This is text inside a DIV element.
This is normal text.
This is text inside a DIV element.
This is normal text.
<BLOCKQUOTE>
This is normal text.
This is text inside a BLOCKQUOTE element.
This is text inside a BLOCKQUOTE element.
This is normal text.
This is text inside a BLOCKQUOTE element.
This is normal text.
<ADDRESS>
This is normal text.
This is text inside an ADDRESS element.
This is text inside an ADDRESS element.
This is normal text.
This is text inside an ADDRESS element.
This is normal text.
<PRE>
This is normal text.
This is text inside a PRE element.
This is text inside a PRE element.
This is normal text.
This is text inside a PRE element.
This is normal text.
H1—H6 | HR
<H1>
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
<HR>
Hello?
UL | OL | DL
<UL>
- List Item 1.
- List Item 2.
- List Sub-Item 2a.
- List Sub-Item 2b.
- List Item 3.
- List Sub-Item 3a.
- List Sub-Item 3a-1.
- List Sub-Item 3a-2.
- List Sub-Item 3a-3.
- List Sub-Item 3b.
- List Item 4.
<OL>
- List Item 1.
- List Item 2.
- List Sub-Item 2a.
- List Sub-Item 2b.
- List Item 3.
- List Sub-Item 3a.
- List Sub-Item 3a-1.
- List Sub-Item 3a-2.
- List Sub-Item 3a-3.
- List Sub-Item 3b.
- List Item 4.
<DL>
- List Term 1.
- List Definition 1a.
- List Definition 1b.
- List Term 2.
- List Definition 2a.
- List Definition 2b.
TABLE
<TABLE>, <CAPTION>, <THEAD>,<TBODY>,<TFOOT>, <TR>,<TH>,<TD>
Would you like to play a game…
| C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | |
R8 | | | | | | | | | R1 |
R7 | | | | | | | | | R2 |
R6 | | | | | | | | | R3 |
R5 | | | | | | | | | R4 |
R4 | | | | | | | | | R5 |
R3 | | | | | | | | | R6 |
R2 | | | | | | | | | R7 |
R1 | | | | | | | | | R8 |
| C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | |
FORM | FIELDSET
Misc
<NOSCRIPT>