Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. <style id="jsbin-css">
  8. h1{
  9. color:red;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <h1>
  15. Test
  16. </h1>
  17.  
  18.  
  19. <script id="jsbin-source-css" type="text/css">h1{
  20. color:red;
  21. }</script>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement