Skip to main content

5 docs tagged with "Simple Selector"

View All Tags

Class Selector

Class Selector is defined as: .myClass Selector to match any HTMLElement with class attribute. Topics on: Class Selector can be chained onto Type Selector. Read

Pseudo-Class

Pseudo-Class is defined as: Simple Selector : postfix to match special state of selected element(s). Topics on: :indeterminate, Linguistic Pseudo-Class, Locat

Simple Selector

Simple Selector is defined as: Selector to match on single condition. Topics on: Type Selector, Class Selector, ID Selector, Attribute Selector, State Selector.

Type Selector

Type Selector is defined as: Selector to match all instance by typeof HTMLElement node in Document. Topics on: Universal Selector. Read more: CSS, CSS Syntax, S

Universal Selector

Universal Selector is defined as: * Special Type Selector to match every HTMLElement. Topics on: useful for resetting margins. Read more: CSS, CSS Syntax, Selec