pseudo-class

pseudo-class

notes

example

⭐️ 注意: p:first-child 是指一個 <p> 同時又是 :first-child。 如果要選「第一個出現」的 <p>,要用 p:first-of-type

:last-child

:only-child

:nth-child(an+b)

:not( «selector» )

:not(:defined)

:hover

:focus

:root

<html> element in HTML file

any element that has been defined (builtin or custom)

get direct children of an element

Last updated