1 / 6

HTML Tables

HTML Tables. Exercise. Exercise. Make a page that has a list of links down one side of the page. Exercise. Find recipes for 3 kinds of pie Make a page for each Each page should use a table layout with links to each recipe in the left column and the recipe in the right column. Tips.

parley
Télécharger la présentation

HTML Tables

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML Tables Exercise

  2. Exercise • Make a page that has a list of links down one side of the page

  3. Exercise • Find recipes for 3 kinds of pie • Make a page for each • Each page should use a table layout with links to each recipe in the left column and the recipe in the right column.

  4. Tips • Make the text in the left column a different color than the text in the right column. • To override the link colors you must place the font tag pair within the link: • <a href=“pecan.html"><font color="#ffffff">Pecan Pie</font></a> -- correct • Set the width of the first column to the width of the green area of your background image • It’s ok to copy/paste the recipe text from the browser (but not the HTML)

  5. Guide \\shssvr02\public\ParkerC <td> Pie Recipes Links to each page </td> <td> Recipe details here </td>

  6. Table Exercise #2 • Create this table:Production & Sales Numbers

More Related