Pseudo elements help in _______nullifying some featuresassisting in defining the CSS3overriding the predefined characteristicsproviding special effects to some selectors code example
Example: css pseudo elements
h2::first-letter {}
p::first-line {}
p::selection {background-color: red;}
::after / ::before