Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>internal example</title>
  4. <style>
  5. #h1{
  6. color:red;
  7. background:gray;
  8. }
  9. </style>
  10. </head>
  11.  
  12. <body>
  13. <h1 id="h1">Hello Internal Css</h1>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement