Definition and usage of type selector (E):
Use the element name in the document as the selector. For examplediv, table, p, span, li, uland so on.
Grammar structure:
E{ Rules }
Example code:
CSS教程
The above code can set the text color in the li element to blue.