HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

read-only

Description

The read-only pseudo-class for CSS matches an element that is not user-alterable.

Syntax

selector:read-only
{
    property: value;
}

Examples

1 · CSS

2 · JS