Edit This Code:
See Result »
<!DOCTYPE html> <html> <style> div { background-color: hsl(180, 50%, 50%); color: hsl(0, 0%, 100%); padding: 20px; } </style> <body> <div> <p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p> </div> </body> <!-- Mirrored from www.w3schools.com/colors/tryit.asp?filename=trycolors_hsl by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:04:53 GMT --> </html>
Result: