Advertisement
coasterka

#4NestedTables

Jun 5th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <!DOCTYPE  html>
  2. <html>
  3.     <head>
  4.         <link type="text/css" rel="stylesheet" href="styles\stylesheet-problem-3.css"/>
  5.         <title>Nested Tables</title>
  6.     </head>
  7.     <body>
  8.         <table cellspacing="2" cellpadding="12">
  9.             <td>
  10.                 <a href="http://softuni.bg" target="_blank">
  11.                     <img src="images\SoftUni-Logo.jpg"/>
  12.                 </a>
  13.             </td>
  14.             <td>
  15.                 <table>
  16.                     <tr>
  17.                         <td>Software</td>
  18.                     </tr>
  19.                     <tr>
  20.                         <td>University</td>
  21.                     </tr>
  22.                 </table>
  23.             </td>
  24.         </table>
  25.     </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement