Odered List Type default
<html>
<head><title>Tugas membuat odered
List</title>
</head>
<body>
<b>Langkah-langkah membuka notepad</b></body>
<ol>
<li>Klik start</li>
<li>Tuliskan notepad pda kolom search</li>
<li>pilih klik notepad yang gambar boku biru</li>
<li>notepad kamu telah terbuka</li>
</ol>
</body>
</html>
Odered List Type "A"
<html>
<head><title>Tugas membuat odered
List</title>
</head>
<body>
<b>Langkah-langkah membuka notepad</b></body>
<ol type="A">
<li>Klik start</li>
<li>Tuliskan notepad pda kolom search</li>
<li>pilih klik notepad yang gambar boku biru</li>
<li>notepad kamu telah terbuka</li>
</ol>
</body>
</html>
Odered List Type "I"
<html>
<head><title>Tugas membuat odered
List</title>
</head>
<body>
<b>Langkah-langkah membuka notepad</b></body>
<ol type="I">
<li>Klik start</li>
<li>Tuliskan notepad pda kolom search</li>
<li>pilih klik notepad yang gambar boku biru</li>
<li>notepad kamu telah terbuka</li>
</ol>
</body>
</html>
Odered List Type "i"
<html>
<head><title>Tugas membuat odered
List</title>
</head>
<body>
<b>Langkah-langkah membuka notepad</b></body>
<ol type="i">
<li>Klik start</li>
<li>Tuliskan notepad pda kolom search</li>
<li>pilih klik notepad yang gambar boku biru</li>
<li>notepad kamu telah terbuka</li>
</ol>
</body>
</html>
Read More