-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 928 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
</head>
<title>first Assenment</title>
<div class="box">
<div class="d-inline">
<img width="180px" src="https://images-beta.tossdown.com/site/65b73fb7-2706-4440-87b9-9555fcd0ba80.webp" alt="">
</div>
</div>
<div class="d-inline">
<ul class="line">
<li>Home</li>
<li>About Us</li>
<li>Publication</li>
<li>Branches</li>
<li>Feedback</li>
<li>Get a Frienches</li>
<li><i class="fa-solid fa-user"></i></li>
<li><i class="fa-solid fa-cart-arrow-down"></i></li>
</ul>
</div>
<body>
<h1>My Name is Imran Ahmed</h1>
</body>
</html>