On Your Own Lesson 18: Add a background color or a background image to a table


For this lesson you will learn how to place tags inside the cells of a table.
This is handy when you want to put links, images or lists inside a cell.

To learn now to do this, go to: www.w3schools.com/html/html_tables.

For this lesson you should create a web page, saved as "lesson17-your name.html" in your "html lessons" folder, that has the following:

  1. The basic tags every web page needs. (This is from lesson 1)
  2. The words "lesson 18" in the title bar.
  3. A large heading that says "This is lesson 18"
  4. Your name in bold letters
  5. Create a two row table, with two cells in each row. (It will have four cells.)
  6. Write one of your four favorite foods in each of the four cells.
  7. make the background of the table your favorite color
On to lesson 19

Home to Web Design