InterviewSolution
Saved Bookmarks
| 1. |
Which is the difference between border-box and content-box Which box model is more in accordance with w3c box model? |
|
Answer» CSS Counters are similar to variables. It allows to number a list of element. It can be used in various ways to dynamically manage the information with sequential number with prefix or suffix content. It is a great addon for css authors if they are working on a content which include table of content, chapters heading and the numbering is been prefered to be HANDLED by dynamically, rather fixing the NUMBERS manually at each location/line in the code. |
|