Email me HERE

GRAPHICS

Lists

When you make lists you have to decide weather you want to use either dots or numbers. Both types are shown below:

<ul>
<li> These
<li> ones
<li> are
<li> dots
</ul>

  • These

  • ones

  • are

  • dots

 

<ol>
<li> These
<li> ones
<li> are
<li> numbers
</ol>

  1. These

  2. ones

  3. are

  4. number

 

Horizontal Rules
If you want to place a horizontal line (or "rule") on you page there are many different ways of of making it.

The basic kind of Horizontal Rule is this <hr>, this is also the same as saying this <hr size=3 width=100%> As show below:


If you are looking to be more adventurous then you can mess about with the different sizes and shapes of the lines. As shown below:

<hr size=1 width=100%>


<hr size=5 width=50%>



<hr size=25 width=75%>


<hr size=7 width=50% align=left>


<hr size=7 width=50% align=right>


If you don't want the line to be the same colour as the background then you can tell it to "noshade" witch means that the centre is coloured in grey and it has no border. This is shown below:

<hr noshade size=1 width=100%>



<hr noshade size=3 width=100%>



<hr noshade size=10 width=20%>


 


To progress to the next level click the link on the left saying "Media" or click here