
Blockquote
<Blockquote>
</Blockquote>Ordered List
<OL>
  <LI>One
  <LI>Two
</OL>
- One
- Two
Unordered List
<UL>
  <LI>Three
  <LI>Four
</UL>
- Three
- Four
| Prev | Next | The 'Old' Way to Make Your Own Home Page |
Blockquote is a container tag that indents a section of text. It is like making the left margin smaller.
An Ordered List begins with an <OL> tag. An <LI> single tag is placed at the beginning of each line that receives a number. The list ends with a </OL> tag.
An Unordered List begins with a <UL> tag. An <LI> single tag is placed at the beginning of each line that receives a bullet. The list ends with a </UL> tag. Lists can be nested and each level of list gets a different bullet type.
| Prev | Next | The 'Old' Way to Make Your Own Home Page |
Membership