Advertisement
irmantas_radavicius

Untitled

Jan 23rd, 2022
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5.    div.gerai {
  6.        background-color: green;
  7.    }
  8. </style>
  9. <title>Page Title</title>
  10. </head>
  11. <body>
  12.  
  13. <div style="background-color: red">Čia div'as su inline stiliumi - blogas variantas</div>
  14. <div class="gerai">Čia div'as be inline stiliaus - vietoje to klasė, o stilius head sekcijoje aprašytas</div>
  15.  
  16. </body>
  17. </html>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement