Advertisement
coasterka

#4SoftUniKeyboard

Jun 5th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <link type="text/css" rel="stylesheet" href="styles/stylesheet-problem-6.css"/>
  6.         <title>Life in SoftUni - Keyboard</title>
  7.     </head>
  8.     <body>
  9.         <table>
  10.             <tr>
  11.                 <td colspan="4">
  12.                     <form>
  13.                         <input class="button" id="softuni" type="button" value="SOFTWARE UNIVERSITY" onclick="window.open('https://softuni.bg');"/>
  14.                     </form>
  15.                 </td
  16.             </tr>
  17.             <tr>
  18.                 <td colspan="2">
  19.                     <form>
  20.                         <input class="button" id="google" type="button" value="GOOGLE" onclick="window.open('http://google.com');"/>
  21.                     </form>
  22.                 </td>
  23.                     <td colspan="2">
  24.                     <form>
  25.                         <input class="button" id="github" type="button" value="GitHub" onclick="window.open('http://github.com');"/>
  26.                     </form>
  27.                 </td>
  28.             </tr>
  29.             <tr>
  30.                 <td>
  31.                     <form>
  32.                         <input class="button" id="facebook" type="button" value="Facebook" onclick="window.open('http://facebook.com');"/>
  33.                     </form>
  34.                 </td>
  35.                 <td>
  36.                     <form>
  37.                         <input class="button" id="gmail" type="button" value="GMail" onclick="window.open('http://gmail.com');"/>
  38.                     </form>
  39.                 </td>
  40.                 <td>
  41.                     <form>
  42.                         <input class="button" id="youtube" type="button" value="YouTube" onclick="window.open('http://youtube.com');"/>
  43.                     </form>
  44.                 </td>
  45.                 <td>
  46.                     <form>
  47.                         <input class="button" id="2048" type="button" value="2048" onclick="window.open('http://gabrielecirulli.github.io/2048/');"/>
  48.                     </form>
  49.                 </td>
  50.             </tr>
  51.             <tr>
  52.                 <td>
  53.                     <form>
  54.                         <input class="button" id="food" type="button" value="Food" onclick="window.open('http://gladen.bg/');"/>
  55.                     </form>
  56.                 </td>
  57.                 <td colspan="2">
  58.                     <form>
  59.                         <input class="button" id="supermario" type="button" value="Super Mario" onclick="window.open('http://game-oldies.com/play-online/super-mario-bros-nintendo-nes#');"/>
  60.                     </form>
  61.                 </td>
  62.                 <td>
  63.                     <table id="small-table">
  64.                         <tr>
  65.                             <td>
  66.                                 <form>
  67.                                     <input class="button" id="social" type="button" value="Social life" onclick="window.open('https://plus.google.com');"/>
  68.                                 </form>
  69.                             </td>
  70.                         </tr>
  71.                         <tr>
  72.                             <td>
  73.                                 <form>
  74.                                     <input class="button" id="pastebin" type="button" value="Pastebin" onclick="window.open('http://pastebin.com');"/>
  75.                                 </form>
  76.                             </td>
  77.                         </tr>
  78.                     </table>
  79.                 </td>
  80.             </tr>
  81.             <tr>
  82.                 <td colspan="3">
  83.                     <form>
  84.                         <input class="button" id="party" type="button" value="PARTY &gt;&gt;&gt;" onclick="window.open('http://eventim.bg');"/>
  85.                     </form>
  86.                 </td>
  87.                 <td>
  88.                     <form>
  89.                         <input class="button" id="hardware" type="button" value="Hardware" onclick="window.open('http://notebook.bg');"/>
  90.                     </form>
  91.                 </td>
  92.             </tr>
  93.         </table>
  94.     </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement