×
×
Correct!
Use CSS to set the text color of the document to red.
<!DOCTYPE html>
<html> <head> <style> body {@(5):red;} </style> </head> <body> <h1>My Home Page</h1> </body> </html>
<!DOCTYPE html>
<html> <head> <style> body {color:red;} </style> </head> <body> <h1>My Home Page</h1> </body> </html> Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?