Pages

Sunday, August 11, 2013

How to Create Tables In HTML

How to Create Tables In HTML

Creating tables in HTML is easy. Tables are a great way to divide your web page into sections that make it more appealing to your web viewers. It is also a great way to organize information. Tables have all sorts of functions. It's easy to learn the HTML code for tables and you'll be amazed by how many useful ways tables will help your web site design skills.

Instructions

    1

    Type the basic HTML code that is necessary for any web page.

    2

    Locate the tag. All table information will go between the and tags.

    3

    Type

    . To add a border, use the tags
    . The number 2 can change depending on how thick you want your border to be.

    4

    Enter for each table row. Do this three times if you want three rows.

    5

    Use the tag for headings in the first set of tags. Between the tags enter the heading names. Headings come up as bold. If you do three headings, your table will have three columns.

    6

    Use the tags for table data. Enter information between the tags. Do three for each of the remaining tags.

    7

    Inspect the code to ensure that you have not made any mistakes.

    8

    Save your file as a .html file.

    9

    Open your saved file in your web browser.

0 comments:

Post a Comment