Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 1.08 KB

README.md

File metadata and controls

45 lines (41 loc) · 1.08 KB
<title>headings</title>

Kauna Hassan

I am an engineerimg Student

<title>link</title> click here Email me
<!DOCTYPE html>
<html lang="en">
<head>
    <title>lists</title>
    <body>
        An ordered list:
        <ol>
            <li> First Item</li>
            <li>Second Item</li>
        </ol>
        An unordered list:
        <ul>
            <li>One Item</li>
            <li>Another Item</li>
        </ul>
        <pre>
            so many broken children living in grown bodies mimicking adult lives
        </pre>
    </body>
</head>
</html>