CSS Universal Selector

Structure

*
element1 *

Description

This selector selects every element inside the element which specified before it. If no element is specified before it, it will be applied to all elements, except the ones which have CSS-rules that overwrite the selector rules.

Examples

Compatibility

Chrome Firefox Internet Explorer Opera Safari
All All All All All




Comment