<!
DOCTYPE html>
<html>
<title>ku soo dhawoow boggayga</title>
<head>
<meta charset="UTF-8">
<meta name="html" content="html tutorial">
<meta name="author" content="abdulmajiid">
<meta name="viwport" content="width=device-device">
<body>
<p> kani waa paragraph</p>
HEADERS
<h1> header 1</h1>
<h2> header 2</h2>
<h3> header 3</h3>
</body>
LINKS
<a href= " [Link] go to google</a>
<hr>
IMAGES <br />
<img src="./img/cart_default.jpg"
alt="kitaab saxiixu jaamic" width="200" heigh="150">
<hr>
BUTTON <br />
<button>click me</button>
<hr>
LISTS
<!--UNORNERED LIST-->
<ul>
<li>list 1 </li>
<li>list 2 </li>
<li>list 3 </li>
<li>list 4 </li>
<li>list 5 </li>
</ul>
<ol>
<li>list 1 </li>
<li>list 2 </li>
<li>list 3 </li>
<li>list 4 </li>
<li>list 5 </li>
</ol>
<hr>
STYLES
</head>
</html>