×
×
Correct!

In the <style> section, create a class selector named "special".

Add a color property with the value "blue" inside the "special" class.

<!DOCTYPE html>
<html>
<head>
<style>
.special {
  color:blue;
}
</style>
</head>
<body>

<p class="special">My paragraph</p>

</body>
</html>

Not Correct

Click here to try again.

Correct!

<!DOCTYPE html>
<html>
<head>
<style>

  ;

</style>
</head>
<body>

<p class="special">My paragraph</p>

</body>
</html>




×

Reset the Score?

This will reset the score of ALL 106 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 106 HTML exercises.

Share your score:



Get Certified!

Take our HTML Developer Certificate to prove that you have fundamental knowledge of web development using HTML.