-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (39 loc) · 1.36 KB
/
index.html
File metadata and controls
53 lines (39 loc) · 1.36 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Lab02</h1>
<nav>
<ul>
<li>Heloo mY name is Suad and
</li>
<li>23 years old </li>
<li> I am renewable energy engineer studied at Al Al byte university</li>
<li>Have many certification in this field </li>
<li>Now I am looking for mastering my skills in programing through ASAC </li>
</ul>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQkYExlk33O7Yuyrc8S4ImK5NBaxN4eX8bIHA&usqp=CAU.jpg" alt="image">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR3fdLxwmOfuVXbg7LHwZhRKbAiTubVoLLLKw&usqp=CAU.jpg" alt="image">
</section></article><br>
<ol>
<p>My fav top 10</p>
<li>Burger </li>
<li>Mansaf</li>
<li>Shawermah</li>
<li>Up side down </li>
<li>Mandi</li>
<li>fotoshnee</li>
<li>Yallangii</li>
<li>basta</li>
<li>Bokhari</li>
<li>Fafel</li>
</ol>
<script src="js/app.js"></script>
</body>
</html>