Headers and Lines

Earlier it was seen that you can change the size of your text, there is a purpose made way for headers using the Header Tag.
Place your header text between a following tag of your choice.
  1. <H1>Your Header</H1>
  2. <H2>Your Header</H2>
  3. <H3>Your Header</H3>
  4. <H4>Your Header</H4>
  5. <H5>Your Header</H5>
  6. <H6>Your Header</H6>

Your header text is automatically emboldened

Creating a Horizontal Line

Create a Horizontal Line using the following tag

<HR>

The default will create a line the full width of the page.


The line can be coloured and sized using the Width, Size, and Color attributes.

<HR width="60%" size="10" color="#0000FF">

We now have a line 60% of the page width, 10 pixels high, coloured blue


Purpose designed images can also be used.

<img src="hrule.gif">

<HR> Attributes: