Advertisement
makispaiktis

Μάθημα 6 - Κώδικας html

Sep 18th, 2018 (edited)
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Ship To It - Company Packing List</title>
  5.   <link href="https://fonts.googleapis.com/css?family=Lato: 100,300,400,700|Luckiest+Guy|Oxygen:300,400" rel="stylesheet">
  6.   <link href="style.css" type="text/css" rel="stylesheet">
  7. </head>
  8. <body>
  9.  
  10.   <table>
  11.   <tr>
  12.     <th>Monday</th>
  13.     <th>Tuesday</th>
  14.     <th>Wednesday</th>
  15.   </tr>
  16.   <tr>
  17.     <td colspan="2">Out of Town</td>
  18.     <td>Back in Town</td>
  19.   </tr>
  20. </table>
  21.  
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement