Home » HTML » Html miscellaneous » Question
  1. Which of the following is not true regarding to counter?
    1. counter(name)
    2. counter(string)
    3. counter(name,string,style)
    4. counter(name,style)
    5. None of these
Correct Option: B

There are two functions for specifying counters, ‘counter()’ or ‘counter()’. First one has two forms ‘counter(name,style)’ and ‘counter(name)’. The second one also has two forms ‘counter(name,string,style)’ and ‘counter(name,string)’.



Your comments will be displayed only after manual approval.