×
×
Correct!
Insert the HSLA value to make a color with no hue, 100% saturation, 50% lightness, and 50% transparency.
<p style="color: @(4)(@(17))">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%, 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 CorrectClick here to try again. Correct! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?