![]() |
HTML Tutorial 4Headers, Horizontal Rules & Line breaks |
|
|
A division tag can be used to specify the characteristics of a large section of page elements. It is written as <div><!-- HTML elements --></div> . The <div> tag can be used to control the alignment of a section of a web page by using the align parameter: Align For example:
Text can be divided into paragraphs by using a paragraph tag. It is written as <p><!-- paragraph text --></p>. This forces a blank line between the paragraphs, unlike <br> which simple forces a new line. The text alignment can be controlled by the align parameter: Align For example:
The <font> tag is a container tag which has no effect by itself, but when parameters are added it can be used to specify a range of text characteristics. An important point to note is that its use assumes that the specified font is available on the viewers computer or device. For that reason, it is not a good idea to specify unusual fonts, and several options should be included. Face Size <font size="1">
font size 1 </font> Color A typical font tag
would be: |
| © & Design by systemalchemy.com |