A Simple Weg Page to show HTML tags

Paragraph

A simple paragraph is enclosed in < p> ... </p> tags

Headings

You can organize data in differenet headings using < h1> ... < /h1>, < h2> ... < /h2> or < h3> ... < /h3> tags.

Ordered List

Ordered lists are enclosed in < ol> ... </ol> tags
  1. Order List item-1
  2. Order List item-2
  3. Order List item-3

Unordered List

Unordered lists are enclosed in < ul> ... </ul> tags

Anchor

You can use the anchor < a > and refer to other pages like Yahoo!

Tables

You can create tables using < table> < /table>, < tr> < /tr> and < td>, < /td> tags.
Row-1, Col-1 Row-1, Col-2
Row-2, Col-1 Row-2, Col-2

Forms

Forms can be created using < form> ... </form> tags.
First Name: Last Name: Simple Drop down menu: