-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 855 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
35
36
<!DOCTYPE HTML>
<html>
<head>
<title> Hello World ! </title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="dropdownlist">
<h1> Yaser Aliraqi</h1> <h6 id="color"> Move the mouse to here!</h6>
<div class="drop-item">
<ul>
<li> <a href="#content"> Home page</a> </li>
<li> <a href="#News"> News</a> </li>
<li> <a href="#about"> web page</a></li>
<li><a href="#about"> youtube</a> </li>
</ul>
<table>
<tr class="tr1" > <td>
Person
</td>
<td>Job</td></tr>
<tr> <td>
Life
</td>
<td>Great</td></tr>
<tr> <td>
Yaser
</td>
<td>Again</td></tr>
</table>
</div>
</div>
</body>
</html>