Advertisement
coasterka

#4SimpleTable

Jun 5th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link type="text/css" rel="stylesheet" href="styles\stylesheet-problem-1.css" />
  5.         <title>Simple Table</title>
  6.     </head>
  7.     <body>
  8.         <table>
  9.             <tr>
  10.                 <th colspan="2">Software University</th>
  11.             </tr>
  12.            
  13.             <tr>
  14.                 <td width="150px">
  15.                     <img src="images\SoftUni-Logo.jpg" />
  16.                 </td>
  17.                 <td style="width: 205px; padding-left: 8px">
  18.                     <span>Accessible and high quality software education.<br></span> Our mission is to make people we train true professionals  in the software industry and support them in finding employment.
  19.                 </td>
  20.             </tr>
  21.         </table>
  22.     </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement