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:
- The basic tags every web page needs. (This is from lesson 1)
- The words "lesson 15" in the title bar.
- A large heading that says "This is lesson 15"
- Your name in bold letters
- By copying and pasting, place the table you created for your last lesson onto this page.
- Add a row to the top of the table (It should now have three rows).
- At the top of each column (It still has only two columns) place a heading
- 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