On Your Own Lesson 15: Adding Headings to Your Tables


For this lesson you will learn how to place a heading at the top of a column in a table. 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 "lesson14-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 15" in the title bar.
  3. A large heading that says "This is lesson 15"
  4. Your name in bold letters
  5. By copying and pasting, place the table you created for your last lesson onto this page.
  6. Add a row to the top of the table (It should now have three rows).
  7. At the top of each column (It still has only two columns) place a heading
  8. The first column should have "Hot Food" in its heading. The second column should have "Cold Food" written in its heading.
On to lesson 16

Home to Web Design