Introduction
Text
Formatting
Line Spacing
Dividing Up Text
Example
Links
Lists
Images
Tables
Frames
Forms
Conclusion


Dividing Up Your Text
Hr
The horizontal rule tag <HR> is an empty tag and therefore does not have an ending tag. This tag inserts a shaded horizontal line across the screen that breaks your page into sections.

Div
The <DIV> </DIV> tag divides your document into unique logical units. This becomes very useful when you want to place a style sheet, or some scripts on a section of your document.

Align
Just like the <P> tag the align attribute within the <DIV> tag allows you to align text either left, center, right, or justify. I prefer to use the <DIV> tag for aligning my text over the <P> tag.
Block quote
The block quote tag <BLOCKQUOTE> </BLOCKQUOTE> is typically used for quoted text. An extra line is inserted before and after the block of text, and it also indents the text from the left and right sides of your page. This tag is useful for creating margins.

Headings
There are six different heading tags used to create headlines. They range from <H1> </H1> to <H6> </H6>, largest to smallest respectively. Headlines are displayed on there on line and followed by an extra line at the end, this is the important difference from the font tag in which you can place more than one size text on the same line.

back  next

© Copyright 2000-2002 by Pepmint.com. All Rights Reserved

Search Pepmint.com

home :: tutorial :: portfolio :: links :: hammies :: guestbook :: contact