
CSS ::first-line Pseudo Element
CSS ::first-line Pseudo-Element The ::first-line pseudo-element is used to apply styles to only the first line of a block-level element, such as …
CSS ::first-line Pseudo-Element The ::first-line pseudo-element is used to apply styles to only the first line of a block-level element, such as …
CSS ::first-letter Pseudo-Element The ::first-letter pseudo-element is used to style the first letter of a block-level element, such as a paragra…
CSS :first-child Pseudo-Class The :first-child pseudo-class selects the first child element of its parent. It is useful for applying unique style…
CSS :enabled Pseudo-Class The :enabled pseudo-class selects and styles form elements that are enabled (i.e., elements that do not have the disabl…
CSS :empty Pseudo-Class The :empty pseudo-class selects elements that contain no children , including text nodes. It is useful for detecting and s…
CSS :disabled Pseudo-Class The :disabled pseudo-class selects and styles form elements that are disabled ( disabled attribute present). This is …
CSS :dir() Pseudo-Class The :dir() pseudo-class applies styles based on the text direction ( ltr or rtl ) of an element. It is useful for suppor…
CSS :out-of-range Pseudo-Class The :out-of-range pseudo-class applies styles to form inputs when their values fall outside a specified range. It …
CSS ::placeholder Pseudo-Element The ::placeholder pseudo-element styles the placeholder text inside form input fields. It allows for the customiz…