Hypertext Links
Image Formats
Text Formatting
Forms
Tables
Stylesheets
Databases and ASP
   


Formatting text

Headings:

There are six different headings (h1, h2, h3, h4, h5, h6) where h1 is the largest and h6 is the smallest. The end tag must be used </h1>, </h2> and so on.
For exlample:

<H1>Intranet</H2>

Intranet

<H6>Intranet</H6>
Intranet

^^^^^^^^^^*****^^^^^^^^^^

You could add an associated attribute to the heading tag:

<h4 align="center">Intranet</h4>

Intranet

^^^^^^^^^^*****^^^^^^^^^^

Paragraph and Line Break

Paragraphs are specified in <p> tag, the end </p> tag is optional. The <BR> Tag is used for a line breaks and it has no end tag.
For example have look at the following code:

<p>I would like to go to the pictures this afternoon however I have an important meeting to attend at 2 o'clock. What are you up to?<br>
No I am off to see a picture with a few friends from work</p>

Would look like:

I would like to go to the pictures this afternoon however I have an important meeting to attend at 2 o'clock. What are you up to?
I am off to see a picture with a few friends from work.

Formatting Text next >>>>

[1]---[2]---[3]---[4]

Copyright © 2001 koodesign