
CSS :read-only Pseudo Class
CSS :read-only Pseudo-Class The :read-only pseudo-class selects form fields or elements that are not editable by the user. It helps apply styles …
CSS :read-only Pseudo-Class The :read-only pseudo-class selects form fields or elements that are not editable by the user. It helps apply styles …
CSS :read-write Pseudo-Class The :read-write pseudo-class selects input fields or elements that are editable by the user. It helps apply styles sp…
CSS :required Pseudo-Class The :required pseudo-class selects input fields that have the required attribute in an HTML form. It is useful for st…
CSS :root Pseudo-Class The :root pseudo-class represents the highest-level parent element in the document (the <html> element in HTML). It…
CSS :scope Pseudo-Class The :scope pseudo-class in CSS represents the current element in the scope of a selector , typically the root of a compone…
CSS ::selection Pseudo-Element The ::selection pseudo-element in CSS allows you to style the portion of text highlighted (selected) by the user . …
CSS :target Pseudo-Class The :target pseudo-class in CSS applies styles to an element when its ID is targeted by a URL fragment ( #id ). It’s com…
CSS :valid Pseudo-Class The :valid pseudo-class in CSS applies styles to form elements ( input, textarea, select ) when their content is valid ac…
CSS :visited Pseudo-Class The :visited pseudo-class in CSS allows you to style links ( <a> elements) after they have been visited by the u…