Menu
×
×
Correct!
Exercise:Remove the underline from the link. Hint: Use the text-decoration property. |
Edit This Code:
x
<html> <head> <style> </style> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> <p><a href="https://www.w3schools.com/css/css_text.asp">CSS text tutorial</a></p> </body> <!-- Mirrored from www.w3schools.com/css/exercise.asp?filename=exercise_text3 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 31 Mar 2021 13:04:45 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|