CSS Selector Level 1 » Type

This type selector will select every fitting element which conforms the element type. This selector is case insensitive in (X)HTML but case sensitive in XML.

# Syntax

Copy
E {
    /* declarations */
}

# Example

Copy
div {
    color: red;
}

In this example will be all <div>'s have a red color while all other elements will stay the same.

Try example in CodePen

# Browser support

Platform Chrome Firefox Safari Edge Internet Explorer Opera
Desktop Yes (1) Yes (1) Yes (1) Yes (12) Yes (3) Yes (2)
Mobile Yes (1) Yes (1) Yes (1) Yes (12) Yes (3) Yes (2)

Please wait a moment, the comments start loading now...
explorermozillachromesafariopera info external