0% found this document useful (0 votes)
9 views2 pages

HTML Tutorial: Basic Elements Guide

This document is an HTML template titled 'ku soo dhawoow boggayga' created by Abdulmajiid. It includes various HTML elements such as paragraphs, headers, links, images, buttons, and lists. The document also contains some meta tags and a basic structure for a webpage.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

HTML Tutorial: Basic Elements Guide

This document is an HTML template titled 'ku soo dhawoow boggayga' created by Abdulmajiid. It includes various HTML elements such as paragraphs, headers, links, images, buttons, and lists. The document also contains some meta tags and a basic structure for a webpage.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

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>

You might also like