Advertisement
Asinka

Fresh fruits

Oct 14th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5.         <title>
  6.             Fresh fruits
  7.         </title>
  8.         <style type="text/css">
  9.             h1 { text-align: center; font-style: italic}
  10.             table {width:364px; height:200px}
  11.         </style>
  12.     </head>
  13.     <body>
  14.         <table>
  15.             <tr>
  16.                 <td colspan=2 >
  17.                     <h1>Fresh fruits</h1>
  18.                 </td>
  19.             </tr>
  20.             <tr>
  21.                 <td>
  22.                     It has long been known that a diet that includes at liest a few servings of fresh fruit every day will help keep you healthy, fit and trim.
  23.                 </td>
  24.                 <td>
  25.                     <img src="fruits.jpg" width=150 height=100 alt="Fresh fruits"/>
  26.                 </td>
  27.             </tr>
  28.         </table>
  29.     </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement