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>
  • (A) style= "type:i"
  • (B) style= "list-style-type:i"
  • (C) type= "i"
  • (D) type= "small roman"
πŸ’¬ Discuss
βœ… Correct Answer: (C) type= "i"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
230
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
85%
Success Rate