Pattern:
element
Definition:
The element selector matches every instance of the element type in the document tree.
Examples:
1 | p { color : gold; } |
1 | a { background-color : azure; } |
Pattern:
element
Definition:
The element selector matches every instance of the element type in the document tree.
Examples:
1 | p { color : gold; } |
1 | a { background-color : azure; } |
Designed by : w10schools
service@w10schools.com
Please login to continue.