Menu
×
×
Correct!
Exercise:Hide the <h1> element. It should not take up any space. Hint: Use the display property. |
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_display_visibility2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:58 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|