Basics

HTML

Java

Colors

Frames

Tables

Fonts

Graphics

Links

Contact

how do i make horizontal lists?

 

This is easy to do, and you can make them any size you want by changing the size property (height) and width property:

<HR width=80%> It would look like this:




<HR size=5 width=70%> It would look like this:




You can even color in these lines (this doesn't work in Netscape 3.0). Here's how you do it:

<HR size=5 width=70% color="#9933cc">

It looks like this:


 

You can choose the color code you want by clicking here.