codingan HTML ordered list

<html>
<head>
<title>Unordered List</title>
</head>
<body>
<p>Jadwal belajar HTML course</p>
<ol start="1" type="I">
<li>Sunday</li>
<ol>type="a">
<li>Introduction to HTML</li>
</ol>
<li>Monday</li>
<ol type="A">
<li>Creating table</li>
<li>Inserting Image</li>
</ol>

0 Response to "codingan HTML ordered list"

Posting Komentar