Advertisement
dnwmfilms

↳ ❝ [highlight] ¡! ❞

Nov 6th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. ::selection {
  6. color: red;
  7. background: yellow;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12.  
  13. <h1>Select some text on this page:</h1>
  14.  
  15. <p>This is a paragraph.</p>
  16. <div>This is some text in a div element.</div>
  17.  
  18. </body>
  19. </html>
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement