write a difference between pseudo class and pseudo elements and mention few pseudo class and pseudo elements
Answers
Answered by
1
Explanation:
A pseudo-element is a 'fake' element, it isn't really in the document with the 'real' ones. Pseudo-classes are like 'fake' classes that are applied to elements under certain conditions, much like how you would manipulate the classes of elements using JavaScript.
Similar questions