On Your Own Lesson 17: Putting tags inside 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 17" in the title bar.
  3. A large heading that says "This is lesson 17"
  4. Your name in bold letters
  5. Create a two row table, with two cells in each row. (It will have four cells.)
  6. In the top left cell, place a link to your favorite website. (G rated please!)
  7. In the top right cell, place an ordered list of your four favorite foods.
  8. In the bottom left cell, place that picture of the eagle from the previous lessons.
  9. In the bottom right cell, place the words "I did it!" in BOLD LETTERS.
On to lesson 18

Home to Web Design