Menu
×
×
Correct!
Exercise:Set text color to "red", and the text size to "xx-large", for the first letter of the <p> element. Hint: Use the ::first-letter pseudo-element. |
Edit This Code:
x
<html> <head> <style> </style> </head> <body> <p>In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since. 'Whenever you feel like criticizing anyone,' he told me, 'just remember that all the people in this world haven't had the advantages that you've had.'</p> </body> <!-- Mirrored from www.w3schools.com/css/exercise.asp?filename=exercise_pseudo_elements2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:17:06 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|