×
×
Correct!

Insert the HSLA value to make a color with no hue, 100% saturation, 50% lightness, and 50% transparency.

<p style="color: hsla(0, 100%, 50%, 0.5)">This is a paragraph.</p>
<p style="color: hsla(0, 100%, 50%, 50%)">This is a paragraph.</p>
<p style="color: hsla(0,100%,50%,50%)">This is a paragraph.</p>
<p style="color: hsla(0,100%,50%,0.5)">This is a paragraph.</p>
<p style="color: hsla(0,100%,50%,.5)">This is a paragraph.</p>
<p style="color: hsla(0, 100%, 50%, .5)">This is a paragraph.</p>

Not Correct

Click here to try again.

Correct!

<p style="color: ()">This is a paragraph.</p>




×

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.