Menu
×
×
Correct!
Exercise:Use the shorthand background property to set background image to Hint: The background property contains: |
Edit This Code:
x
<html> <head> <style> </style> </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_background5 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:41 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|