AlexKondov

HTML Tables Fruits

Jun 1st, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Fruits</title>
  5. </head>
  6. <body>
  7.     <table class="fruitTable">
  8.         <thead font-size="40">
  9.             <th colspan="2"><i>Fresh Fruits</i></th>
  10.         </thead>
  11.         <tr>
  12.             <td width="250">"It has long been known, that a diet, that includes at least a few servings of fresh
  13.                 fruit every day will keep you healthy, fit and trim."</td>
  14.             <td><img src="fruits.jpg"></td>
  15.         </tr>
  16.     </table>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment