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>
<OL>
  1. List Item 1.
  2. List Item 2.
    1. List Sub-Item 2a.
    2. List Sub-Item 2b.
  3. List Item 3.
    1. List Sub-Item 3a.
      1. List Sub-Item 3a-1.
      2. List Sub-Item 3a-2.
      3. List Sub-Item 3a-3.
    2. List Sub-Item 3b.
  4. 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…
C1C2C3C4C5C6C7C8
R8        R1
R7        R2
R6        R3
R5        R4
R4        R5
R3        R6
R2        R7
R1        R8
C1C2C3C4C5C6C7C8

FORM | FIELDSET

<FORM> & <FIELDSET>
First:
Last:
Urgent Encrypt

Misc

<NOSCRIPT>