Menu
×
×
Correct!
Exercise:Show <p> elements as "bold" text. Hint: Use the font-weight 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_font4 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:34:34 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|