bottom  previous  next  Contents


Lesson 7 Other tags that may be placed in & around text.

<b> </b> bold

<i> </i> italics

<u> </u> underlines

<p> </p> defines a paragraph with a small space between paragraphs.

These tags provide special effects

<br> breaks to start a new line.

<hr> draws a horizontal rule or line across the page

___________________________________________________________

&nbsp; non breaking space; - put a protected space in your text

(note: &nbsp; must be in lower case, no capitals)

<ul> </ul> unordered list - place around a list of items for dot points

<ol> </ol> ordered list - place around for an ordered list 1. 2. 3. etc

<li> list item - place in front of each list item.

Examples: Looks Like:
<ol type="a"> if type="a" if type ="i"
<li> wet a) wet (i) wet
<li> dry b) dry (ii) dry
</ol>

   top  previous  next  Contents