Q. Fill in the blanks with a suitable option in order to number items of an ordered list with small roman numbers.
Code:<!DOCTYPE html> <html> <body> <ol _________> <li> Physics </li> <li> Chemistry </li> <li> Mathematics </li> </ol> </body> </html>
β
Correct Answer: (C)
type= "i"