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:
- The basic tags every web page needs. (This is from lesson 1)
- The words "lesson 17" in the title bar.
- A large heading that says "This is lesson 17"
- Your name in bold letters
- Create a two row table, with two cells in each row. (It will have four cells.)
- In the top left cell, place a link to your favorite website. (G rated please!)
- In the top right cell, place an ordered list of your four favorite foods.
- In the bottom left cell, place that picture of the eagle from the previous lessons.
- In the bottom right cell, place the words "I did it!" in BOLD LETTERS.
On to lesson 18
Home to Web Design