i need a HTML assignment done before 2:00 in the afternoon can you get it done
Chapter04/MakeItRight/golfcourse.png
Chapter04/MakeItRight/makeitright4-1.html
Shown by team leader name| GOLF COURSE Tournament Schedule | |||||
|---|---|---|---|---|---|
|
|
Nayad Ali | Russ Lewiston | Joe Naroseh | Victor Martins | Jerry Santino |
| Briar Ridge | X | ||||
| Cimarron | X | X | |||
| Desert Springs | X | ||||
| Grand View | X | X | |||
| Granite Falls North | X | ||||
| Granite Falls South | X |
Chapter04/IntheLab/clock.jpg
Chapter04/IntheLab/kids.png
Chapter04/IntheLab/largewaterfall.jpg
Chapter04/IntheLab/piano.png
Chapter04/IntheLab/pond.jpg
Chapter04/Extend/extend4-1.html
| PARASAILING LESSONS June 10 - June 16 | |||||
|---|---|---|---|---|---|
| Instructor | Thursday | Friday | Saturday | Sunday | |
| Dan McDevitt | X | X | |||
| Latoya Johnson | X | X | |||
| Mark Mullet | X | X | X | ||
| Adbar Durein | X | X |
Chapter04/Extend/parasailing.jpg
Chapter04/ChapterFiles/dining.gif
Chapter04/ChapterFiles/dining.html
|
|
| |
|
| |
|
| |
|
| BLT | Chips and coleslaw | $9.95 |
| Chicken croissant | Macaroni salad | $10.95 |
| Veggie burger | Fries and fruit | $10.95 |
| Salmon | Rice and vegetables | $18.95 |
| Chicken parmesan | Baked potato and vegetables | $19.95 |
| Quiche | Fruit salad | $16.95 |
Chapter04/ChapterFiles/golf.gif
Chapter04/ChapterFiles/home.gif
Chapter04/ChapterFiles/oceansidelogo.jpg
Chapter04/ChapterFiles/tennis.gif
Chapter04/ChapterFiles/tennis.html
|
|
| |
|
| |
|
| |
|
| Activities | Days and Times | Rates |
|---|---|---|
| Singles | Monday through Saturday, 7 a.m. to 7 p.m. | $20.00 |
| Doubles | Wednesday through Sunday, 7 a.m. to 7 p.m. | $15.00 |
| Private lessons | Wednesday through Friday, 8 a.m. to noon | $40.00 |
| Group lessons | Monday and Tuesday, 8 a.m. to noon | $25.00 |
Chapter04/Apply/apply4-1.html
| Conversion Tables | ||
|---|---|---|
| Meters to Feet | 1 meter | 3.28 feet |
| 50 meters | 164.04 feet | |
| 100 meters | 328.08 feet | |
| Kilometers to Miles | 1 kilometer | 0.62 miles |
| 50 kilometers | 31.07 miles | |
| 100 kilometers | 62.14 miles |
Chapter04/files/chapter4(1).pdf
Dining Experience
file:///F|/Chapter04/ChapterFiles/chapter.html[4/22/2013 1:00:10 PM]
Home | | Appetizers
Please look through our Web site to learn more about our menu. Want to place a carry-out order? Call us at (999) 555-SABAS or email us at [email protected]
Additional items are available upon request
Thin Crust Cheese Medium - 7.95 Large - 9.95 Sausage Medium - 9.95 Large - 10.95 Veggie Medium - 8.59 Large - 10.59
Thick crust Cheese Medium - 7.95 Large - 9.95 Sausage Medium - 9.95 Large - 10.95 Veggie Medium - 8.59 Large - 10.95
- Local Disk
- Dining Experience
Chapter04/files/chapter4htmlcode.pdf
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8" /> <title>Dining Experience</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <header> <div style="text-align: center"> <img src="dining.gif" width="150" height="100" alt="Dining logo"> </div> </header> <table class="menu"> <tr> <td class="menuwordselect">Home</td> <td class="menupipe">|</td> <td class="menupipe">|</td> <td class="menuwordselect">Appetizers</td> </tr> </table> <p>Please look through our Web site to learn more about our menu. Want to place a carry-out order? Call us at (999) 555-SABAS or email us at <a href="mailto"[email protected]">[email protected]</a></p> <br/> <table style="border-style: double"> <caption> Additional items are available upon request</caption> <tr> <th rowspan="3">Thin Crust</th> <td style="font-weight: bold">Cheese</td> <td> Medium - 7.95 </td> <td> Large - 9.95</td> </tr> <tr> <td style="font-weight: bold">Sausage</td> <td> Medium - 9.95 </td> <td> Large - 10.95</td> </tr> <tr> <td style="font-weight: bold">Veggie</td> <td> Medium - 8.59 </td> <td> Large - 10.59</td> </tr> <tr> <th rowspan="3">Thick crust</th> <td style="font-weight: bold">Cheese</td> <td> Medium - 7.95 </td> <td> Large - 9.95</td> </tr> <tr> <td style="font-weight: bold">Sausage</td> <td> Medium - 9.95 </td> <td> Large - 10.95</td> </tr>
<tr> <td style="font-weight: bold">Veggie</td> <td> Medium - 8.59 </td> <td> Large - 10.95</td> </tr> </table> </body> </html>
Chapter04/files/stylecss.pdf
body {font-family: Arial, Verdana, Garamond; font-size: 12pt} th {color: white; background-color: #ff9473} caption {caption-side: bottom; font-style: italic} p {margin-left; 50pt; margin-right: 50pt; font-family: Arial, Verdana, Garamon; font-size: 12pt} a {text-decoration: none; color: orange} table {width: 65%; margin-left: auto; margin-right: auto} .menu {text-align: center; width: 60%} .menuselect {width: 23%; font-weight: bolder; font-style: italic} .menupipe {width: 20%}