Advertisement
Guest User

kood ver 2

a guest
Nov 5th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.74 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- see on kommentaar, kommentaarid kuidagi ei mõjuta veebilehe tööd -->
  4. <!-- head block -->
  5. <head>
  6.     <title>Lehe nimetus tab-bar'is</title>
  7. </head>
  8.  
  9. <!-- stiilide block -->
  10. <style>
  11.     img{
  12.         width: 100px;
  13.         height: auto;
  14.     }
  15. </style>
  16.  
  17. <!-- body block -->
  18. <body>
  19.  
  20.     <h3>Pealkiriasdsa</h3>
  21.     <p>Mingi tekst ka siin.</p>
  22.     <p>aISUdiasdasuhsadiu</p>
  23.     <img src="http://vignette2.wikia.nocookie.net/chocolate/images/a/ab/Chocolate_chip_cookie.jpg/revision/latest?cb=20120618211310">
  24.     <a href="http://www.google.com"><button >Click me!</button></a>
  25.    
  26.        
  27.     <table style="border: solid;">
  28.         <tr> <td style="color: red;">Socket1</td> <td>Socket2</td> </tr>
  29.         <tr> <td>Socket3</td> <td>Socket4</td> </tr>
  30.     </table>
  31. </body>
  32.  
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement