Menu
×
×
Correct!
Exercise:Set the font size for the page to "20px", and the font size for <h1> to "3em". Hint: Use the font-size 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_font3 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:51 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|