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.
- <H1>Your Header</H1>
- <H2>Your Header</H2>
- <H3>Your Header</H3>
- <H4>Your Header</H4>
- <H5>Your Header</H5>
- <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:
- Align= Left, Right, Center.
- Width= pixels or %
- Size= Height in pixels
- Noshade...No three dimensional effect
- Color=" "