Element type selectors

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. 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.21.6