Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <html>
  2. <head>
  3. <tite>DIV 1</tite>
  4. </head>
  5. <body>
  6. <h2>Div-ek használata.</h2>
  7. <div id=piros_1 style=background-color:#ff0000;height:200px;width:200px;float:left;>
  8. Piros 1
  9. </div>
  10. <div id=kek_1 style=background-color:#0000ff;height:200px;width:200px;float:left;>
  11. Kék 1
  12. </div>
  13. <div id=zold_1 style=background-color:#00ff00;height:100px;width:100px;float:left>
  14. Zold 1
  15. </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement