1.

Which of the following adds the value of a counter to an element?(a) counter-increment(b) content(c) counter()(d) counter-resetI have been asked this question during an interview.This intriguing question comes from Miscellaneous topic in chapter CGI Programming & Miscellaneous of CSS

Answer»

The CORRECT choice is (c) COUNTER()

Best explanation: counter() or counters() FUNCTION adds value of counter to an ELEMENT, CONTENT inserts generated content, counter-increment increments a counter value, counter-reset creates or resets a counter.



Discussion

No Comment Found

Related InterviewSolutions