Menu
×
×
Correct!

Exercise:

Add two classes to the H1 element, to make the background pink and the color red.

<!DOCTYPE html>
<html>
<head>
<style>
.intro {background:pink;}
.special {color:red;}
</style>
</head>
<body>

<h1 class="intro special">My Home Page</h1>

</body>
</html>
<!DOCTYPE html>
<html>
<head>
<style>
.intro {background:pink;}
.special {color:red;}
</style>
</head>
<body>

<h1 class='intro special'>My Home Page</h1>

</body>
</html>
<!DOCTYPE html>
<html>
<head>
<style>
.intro {background:pink;}
.special {color:red;}
</style>
</head>
<body>

<h1 class="special intro">My Home Page</h1>

</body>
</html>
<!DOCTYPE html> <html> <head> <style> .intro {background:pink;} .special {color:red;} </style> </head> <body> <h1 class='special intro'>My Home Page</h1> </body> </html>

Not Correct

Click here to try again.

Correct!

Next ❯
<!DOCTYPE html>
<html>
<head>
<style>
.intro {background:pink;}
.special {color:red;}
</style>
</head>
<body>

<h1 >My Home Page</h1>

</body>
</html>




Go to w3schools.com
Reset Score
Close This Menu

 

HTML Attributes
HTML Headings
HTML Paragraphs
HTML Styles
HTML Formatting
HTML Quotations
HTML Comments
HTML CSS
HTML Links
HTML Images
HTML Tables
HTML Lists
HTML Classes
HTML Id
HTML Iframes
HTML Scripts
HTML Computercode
HTML Forms
HTML Form Attributes
HTML Form Elements
HTML Input Types
HTML Input Attributes

×

Reset the Score?

This will reset the score of ALL 88 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 88 HTML exercises.

Share your score: