Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="mystyle.css"> <style> body {background-color: lightblue;} </style> </head> <body style="background-color: olivedrab"> <h1>Multiple Styles Cascades Into One</h1> <p>Try to experiment by removing styles to see how the cascading stylesheets work.</p> <p>Try removing the inline first, then the internal, then the external.</p> </body> </html>