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.
2Locate the tag. All table information will go between the and tags.
3Type
Enter for each table row. Do this three times if you want three rows.
5Use 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.
6Use the tags for table data. Enter information between the tags. Do three for each of the remaining tags.
7Inspect the code to ensure that you have not made any mistakes.
8Save your file as a .html file.
9Open your saved file in your web browser.
0 comments:
Post a Comment