-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (57 loc) · 1.12 KB
/
index.html
File metadata and controls
62 lines (57 loc) · 1.12 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
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> FAYSAL SARDOUK</title>
</head>
<table>
<tr>
<td><img src="FAYSAL PHOTO.jpg" alt="faysal profile picture"></td>
<td>
<h1>faysal</h1>
<em>Programmer to be</em>
</td>
</tr>
</table>
<body>
<h1>faysal</h1>
<p><em>
Programmer to be
</em>
</p>
<hr>
<h3>Education</h3>
<ul>
<li>css</li>
<li>html</li>
<li>jacascript</li>
</ul>
<hr>
<h3>My hobbies</h3>
<ol>
<li>Programming</li>
<li>Football</li>
<li><a href="https://www.google.com/search?q=GYM&source=lmns&bih=714&biw=1536&hl=en&sa=X&ved=2ahUKEwjrguuAuuH2AhUNDhQKHcBjC54Q_AUoAHoECAEQAA">GYM</a></li>
</ol>
<p>
for more information <a href="CONTACT.html">contact me</a>
</p>
<hr>
<table cellspacing="10">
<thead>
<tr>
<th>skills</th>
<th>rating</th>
</tr>
</thead>
<tr>
<td>html</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>css</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</body>
</html>