HTML and CSS Reference
In-Depth Information
Name
Type Selector
Pattern:
element1
Description:
This selector matches the name of an element in the document's language. Every instance of
the element name is matched. (CSS1 referred to these as “element selectors.”)
Examples:
body {background: #FFF;}
p {font-size: 1em;}
Search WWH ::




Custom Search