CSS element Selector
ExampleHow to style all <p> elements:
Try it yourself » |
Definition and Usage
The element selector styles all elements with the specified tagname.
Browser Support
The element selector is supported in all major browsers.
CSS Version
The element selector was first introduced in:
CSS 1
Complete CSS Reference