<!DOCTYPE html>
<html>
<head>
<title> Nest list </title>
</head>
<body>
<h3> สินค้าประเภท Hardware </h3>
<ul type="square">
<li> Computer </li>
<ol type="1">
<li> Desktop </li>
<li> Netebook</li>
</ol>
<li> Printer </li>
<ol type="1">
<li> Laser printer </li>
<li> Inkjet printer </li>
<li> Laser color printer </li>
</ol>
</ul>
</body>
</html>
|