Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <html>
  2. <head>
  3. <tite>DIV 1</tite>
  4. </head>
  5. <style>
  6.  
  7. table, td{border-color: red;border-style:solid;padding: 50px;background-color: yellow;color:black}
  8.  
  9. </style>
  10. <body>
  11. <h2>Div-ek használata.</h2>
  12. <div id=piros_1 style=background-color:#ff0000;height:200px;width:600px;float:top;>
  13. Piros 1
  14. </div>
  15. <div id=kek_1 style=background-color:white;height:200px;width:600px;float:top;>
  16. Kék 1
  17. </div>
  18. <div id=zold_1 style=background-color:#00ff00;height:200px;width:600px;float:top>
  19. Zold 1
  20. </div>
  21. <table bg-color:red border="10"; cellpadding=500;>
  22. <tr>
  23. <td>szürke</td>
  24. <td>halvány</td>
  25. </tr>
  26. <tr>
  27. <td>nemtudom</td>
  28. <td>nemtudomeessse</td>
  29. </tr>
  30. </table>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement