Computer Science, asked by dhanrajyoti8, 1 year ago

the default value for ol tag is filled circle true or false and why​

Answers

Answered by shriramvijay164
4

true because fnvxcgiudyiyfg

Answered by Anonymous
21

The default value for ol tag is filled circle. This statement is False.

  • The default value for ol tag is numbers.
  • In other words, the list items will be numbered with numbers by default.

  • The code for the same is :

<ol>

      <li>Cut</li>

      <li>Copy</li>

      <li>Make</li>

</ol>

  • This code will give output :
  1. Cut
  2. Copy
  3. Make

  • Apart from numbered list, other types of ordered list are:

        type="A"  

        type="a"  

        type="I"  

        type="i"  

Similar questions