CSS Reference

CSS – * Selector

The * selector selects all HTML elements in the document, and if used together with another element can be used to select all that element’s child elements.

CSS Reference

CSS – :active Selector

The :active selector is used to select the active link, which becomes active when it’s clicked.

CSS Reference

CSS – [attribute~=value] Selector

The [attribute~=value] selector selects every element with a specific attribute that has a value containing a specified stand-alone word.

CSS Reference

CSS – [attribute|=value] Selector

The [attribute|=value] selector selects every element with a specific attribute that has a value equal to or starting with a specified value.

CSS Reference

CSS – [attribute^=value] Selector

The [attribute^=value] selector selects every element with a specific attribute that starts with a value beginning with a specified string.

CSS Reference

CSS – [attribute*=value] Selector

The [attribute*=value] selector selects every element with a specific attribute that has a value containing a specified string even as part of another word.

CSS Reference

CSS – :checked Selector

The :checked selector matches every checked input element for radio buttons, checkboxes, and option elements.

CSS Reference

CSS – .class Selector

The .class selector selects all HTML elements with a specific class, which may include multiple elements on the page.

CSS Reference

CSS – Element ~ Element Selector

The element ~ element selector selects sibling elements that appear after the specified element. Both of the specified elements must share the same parent.

HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress
HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

1SMARTchicken Icon