Advertisement
lemansky

Untitled

Feb 24th, 2021
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Document</title>
  6. </head>
  7. <body>
  8.     <table>
  9.         <thead>
  10.             <tr>
  11.                 <th>
  12.                     <img src="https://placehold.it/50x50" alt="">
  13.                 </th>
  14.                 <th>
  15.                     <h1>
  16.                         New Website Title
  17.                     </h1>
  18.                 </th>
  19.                 <th>
  20.                     <em>
  21.                         change language
  22.                     </em>
  23.                 </th>
  24.             </tr>
  25.         </thead>
  26.         <tbody>
  27.             <tr>
  28.                 <td>
  29.                     <h3>Navigation</h3>
  30.                     <ul>
  31.                         <li>
  32.                             <a href="https://www.google.bg">Item 1</a>
  33.                         </li>
  34.                         <li>
  35.                             <a href="https://www.google.bg">Item 2</a>
  36.                         </li>
  37.                         <li>
  38.                             <a href="https://www.google.bg">Item 3</a>
  39.                         </li>
  40.                         <li>
  41.                             <a href="https://www.google.bg">Item 4</a>
  42.                         </li>
  43.                     </ul>
  44.                 </td>
  45.                 <td></td>
  46.                 <td>Contacts</td>
  47.             </tr>
  48.  
  49.         </tbody>
  50.     </table>   
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement