Menu
×
×
Correct!
Exercise:Set "background-color: linen" for the page, using an internal style sheet. Hint: Add a <style> element in <head>. Use the body element selector. |
Edit This Code:
x
<html> <head> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> <!-- Mirrored from www.w3schools.com/css/exercise.asp?filename=exercise_howto2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:36 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|