March 2018
Beginner to intermediate
514 pages
13h 11m
English
Also referred to as the type selector, the styling is applied to one or more HTML elements with the same name. The previous example with styling applied to the <p> element is an example:
p { color: red;}
While very useful to apply a general theme to your web page, these type of selectors are not generally used to style segments of the page individually.
Read now
Unlock full access