Skip to content

Commit

Permalink
day 3
Browse files Browse the repository at this point in the history
  • Loading branch information
anyepeter committed Jul 1, 2022
1 parent c2c8fc8 commit 026c234
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions DAY THREE/index1.html
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<nav>
<form action="">
<input type="text">
<input type="button">
</form>

<ul>
<li>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Image_created_with_a_mobile_phone.png/800px-Image_created_with_a_mobile_phone.png">
</li>
<li>home</li>
<li>contact</li>
<li>about</li>
<li>sign in</li>
</ul>
</nav>
</header>
<section>
<img src="https://images.unsplash.com/photo-1503023345310-bd7c1de61c7d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8N3x8fGVufDB8fHx8&w=1000&q=80">
<aside>
<h1>
It someone who write code for both the frontend that is the client laptop, smartphone, or other device, are used to view websites.
</h1>
<ul>

<li><a href="#">help</a></li>
<li><a href="#">support</a></li>
<li><a href="#">us</a></li>

</ul>
</aside>
</section>
</body>
</html>

0 comments on commit 026c234

Please sign in to comment.