Menu
×
×
Correct!
Exercise:Create a class selector named "special". Add the color property with the value "red" inside "special". At last, add the "special" class to <span> and <p>. Hint: Add the class name inside the <style> element. |
Edit This Code:
Result:
|
Correct Code:
Result:
|