Tag Selectors

They are also called as type or element selectors as they apply to every occurrence of an HTML tag on a web page. It affects every instance of the tag on the page. Hence, design changes to all occurrence of an HTML tag can be easily accomplished like to format every paragraph of text to have the same font, color, and size a style for the <p> tag as the selector needs to given in CSS and is given as
   p {
font-family:”Century Gothic”, “Gill Sans”, sans-serif; color:#000000;
margin-bottom:0;
}

Go To- Certified CSS3 Developer Tutorial

Share this post
[social_warfare]
Selector Basics
Class Selector

Get industry recognized certification – Contact us

keyboard_arrow_up