Militsa

colors

Dec 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Colors</title>
  6. </head>
  7. <body>
  8. <p>Once the <span style="color: blue">blue plum</span> met the <span style="color: red">red tomato</span></p>
  9. <p>playing with the <span style="color: green">green cucumber</span></p>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment