<!DOCTYPE html>
<html>
<head>
<title> Unorder list </title>
</head>
<body>
<ul type="square">งานที่ต้องทำวันนี้
<li> ให้อาหารแมว </li>
<li> โทรหาคุณสมชาย </li>
<li type ="circle"> ออกไปพบลูกค้า </li>
<li> ไปงานสัปดาห์หนังสือ </li>
</ul>
</body>
</html |