Describe the process of linking an external style sheet to an HTML document.
Write a CSS rule that contains at least three declarations and applies to all of the paragraphs.
Modify this HTML element so that the style rules created for the class called newItems will be applied to it.
Spring T-Shirts
Consider this HTML code:
Flavors
Pineapple
Lime
Coconut
It is linked to the following CSS rules:
.two {color: red;}
.three {color: grey;}
What color will be applied to each part of the text?
Write the CSS rule that will make all of the elements that are in a class called “specials” bold, 24 pixels, and red, on a black background.