![]() |
Home > HTML Div, Paragraph and Font |
HTML Paragraph TagText 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: HTML Font TagThe <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: |
| © marketstormer.com | copyright | terms and conditions | disclaimer | privacy policy |