Guest User

Untitled

a guest
Oct 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 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. p {
  9. color: red;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <p>Die sist ein Beispiel</p>
  15.  
  16.  
  17. <script id="jsbin-source-css" type="text/css">p {
  18. color: red;
  19. }</script>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment