Menu
×
×
Correct!
Exercise:Set "gradient_bg_vertical.png" as the background image of the page, and repeat it vertically only. Hint: Use the background-repeat property to specify the repeat direction. |
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> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|