-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (30 loc) · 1.01 KB
/
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>
<title>Apple</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Apple,iphone,company">
<meta name="description" content="Welcome to Our compny">
</head>
<body>
<h1>Mohammed Aljaberi </h1>
<ol>
<li> <a href="https://www.msn.com/ar-ae/">about</a> </li>
<li> <a href="https://www.msn.com/ar-ae/">Home</a> </li>
<li> <a href="https://www.msn.com/ar-ae/">FAQ</a> </li>
<li> <a href="https://www.msn.com/ar-ae/">Login</a> </li>
</ol>
<ul>
<li> Apple </li>
<li> Orange </li>
<li> banana </li>
</ul>
<img src="C:\activ\Apple.png" alt="apple company">
<p>I'm From Yemen,Hadrmout and I'm fresh graduate from seiyun university </p>
<video controls>
<source src="https://youtu.be/8JJ101D3knE" type="video/mp4">
</video>
</body>
</html>