Advertisement
Guest User

Untitled

a guest
May 21st, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Something</title>
  4.     <style type="text/css">
  5.     p.red {
  6.         color: #ff0000;
  7.     }
  8.  
  9.     p.blue {
  10.         color: #0000ff;
  11.     {
  12.     </style>
  13. </head>
  14. <body>
  15.     <p class="red">This text will be red</p>
  16.     <p class="blue">This will be blue</p>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement