Header Information
Author: Mithila
Creation date: Dec-04
Title for HTML Document

Headings :

There are 6 levels of heading h1 through h6

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

Heading to be right aligned.

Heading to be center aligned.

Heading to be left aligned.


Horizontal rule:



Text formating:

text in boldface
text in italics
text with an underline

Paragraph tag is used for adding two line breaks at the end of paraghraph.

The exception to the rule is the closing tag is optional.

   Preformat tag displays text exactly the way it has been typed 
   including spaces and line.

   It is Useful for displaying source code.
 
Use quotation blocks for including some else’s text in the document.
Changes font to times roman Changes font to arial
Changes font size to “4” Changes font size 3 units greater than the default.
Changes the color of the text to blue

Ordered List:

  1. Order list is where items are created in particular order.
  2. The default numbering style is Arabic numerals
  1. TYPE=a (lowercase letters eq a, b, c)
  2. TYPE=A (uppercase letters eq A, B, C)
  3. TYPE=i (small roman numbers eq i, ii, iii)
  4. TYPE=I (large roman numbers eq I, II)
  1. TYPE=a (lowercase letters eq a, b, c)
  2. TYPE=A (uppercase letters eq A, B, C)
  3. TYPE=i (small roman numbers eq i, ii, iii)
  4. TYPE=I (large roman numbers eq I, II)

Unordered list:

Ordered list
Order list the items have to be in particular order.
Unordered list
Unordered list the items can be listed in any order.
Definition List
Definition list is the list with items that have corresponding definitions.

Copyright symbol is ©
Register trademark symbol ®
One-half faction ½

Hyperlinks:

W3C Getting started with HTML
[ Back to Top ]

Insert graphics

Display e_stamp image The image is against the right margin and subsequent lines of text wrap to the left of the image.
To change where the wrap text begins use the ALIGN attribute.
To break up the text and start a new paragraph, use the CLEAR attribute with the BREAK tag.

Display resume when clicked on the Image
Displays resume on click


TABLES:

Simple Table
Table caption at the bottom of the table
Heading1 Heading2 Heading3
Row1Col1 Row1Col2
Row2Col1 Row2col2 Row2Col3
Table attributes used for formating table
Row1Col1 Row1Col2
Row2Col1 Row2col2

Formating Table Cells
Row1Col1 Row1Col2
Row2Col1 Row2col2

Spanning Columns and Rows
Row1Col1 Row1Col2
Row2Col1 Row2col2 Row2col3
Row3