What is a Pseudo element? What is pseudo-class?
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which property is used to control the flow and formatting of text?
What is css background-attachment property?
Does id override class?
What is box sizing in css?
What is the purpose of ex measurement unit?
What is margin collapsing?
What is : focus- within ?
What is a cascading menu?
What is css (cascading style sheets)?
What are the disadvantages of embedded style sheets?
What are the 3 types of css?
Should I use important in css?