Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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.