1.

Which of the following will insert generated content in the counter?(a) content(b) counter-reset(c) counter-increment(d) counter()I have been asked this question in an online quiz.This question is from Appearance of Form Elements topic in section Lists, Tables and Forms of CSS

Answer»

The correct choice is (a) CONTENT

Explanation: content inserts generated content, COUNTER-reset creates or resets a counter, counter-increment increments the value of the counter, counter() function ADDS the value of a counter to an element.



Discussion

No Comment Found

Related InterviewSolutions