R

Ram Sharma • 193.86K Points
Coach

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"

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.