Computer Science, asked by gurteg3231, 1 year ago

Which is the correct html code to create an arabic numeral list?

Answers

Answered by ăßçđ
3
< ol type="1" >
here is ur answer plz mark as brainliest
Answered by skyfall63
2

Answer:

The code is: < ol type= “1”>

Explanation:

In hypertext markup language, ordered list < ol > tag specifies the ordered list. It displays the list of the item and its attributes help to change the type of the ordered list.

In the ordered list, we have following types:

  • type = “1” defines Arabic number;  
  • type = “a” lowercase alphabet;  
  • type = “A” defines uppercase alphabet;
  • type = “i" defines lowercase Roman numeral  
  • type = “I” defines uppercase Roman numeral
Similar questions