On Your Own Lesson 13: Tables
- For this lesson you will learn how to create a table on your page.
- A table is a grid of rectangles; each rectangle is called a "cell."
- Tables are very useful when designing a web page because you can put words and pictures inside the "cells." the table will help keep the words and pictures where you want them.
- Learning how to create a table is crucial.
To learn how to do this, go to this website:
www.w3schools.com/html/html_tables.
For this lesson you should create a web page, saved as "lesson13-your name.html" in your "html lessons" folder, that has the following:
- The basic tags every web page needs. (This is from lesson 1)
- The words "lesson 13" in the title bar.
- A large heading that says "This is lesson 13"
- Your name in bold letters
- Create a simple table with two rows and two cells in each row.
- Inside each cell, write the name of a common cafeteria food item.
On to lesson 14
Home to Web Design