Filter (Advanced Search)
Downloads
1
Views
294
Video

Ordered List with Upper and Lower Roman Numbers | Lists

Details

<!DOCTYPE html>
<html>
<head>
    <Title>Ordered List with Upper and Lower Roman Numbers</Title>
</head>
<body>
<h2>Ordered List with Upper Roman Numbers</h2>
<ol type="I">
  <li>Monitor/ਮੋਨੀਟਰ </li>
  <li>Keyboard/ਕੀ-ਬੋਰਡ</li>
  <li>Mouse/ਮਾਊਸ </li>  
</ol>
<HR>
<h2>Ordered List with Lower Roman Numbers</h2>
<ol type="i">
  <li>Monitor/ਮੋਨੀਟਰ </li>
  <li>Keyboard/ਕੀ-ਬੋਰਡ</li>
  <li>Mouse/ਮਾਊਸ </li>  
</ol>
</body>
</html>


Output


Ad