How could you use CSS to achieve the following automatic numbering?
Initialize the counter on the parent div using counter-reset.
Increment the counter value by 1 on the child div p using counter-increment.
Add the counter variables before the div p content using the :before pseudo selector.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is margin collapsing?
What new futures added in css3 for borders and how browser support it?
Which property is used to set the background color of an element?
What is style sheet explain with example?
Is flexbox responsive?
What is module in css?
How do I quote font names in quoted values of the style attribute?
What is css syntax?
What are the advantages of cascading style sheets?
What is the difference between class selector and id selector in css?
How css float works?
How to style forms?