-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (58 loc) · 2.06 KB
/
Copy pathindex.html
File metadata and controls
64 lines (58 loc) · 2.06 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
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>MY site</title>
<!-- <style>
body{
background-color:#97DECEff;
}
hr{
border-style: none; (INTERNAL CSS)
border-top-style: dotted;
border-width: 5px;
border-color: antiquewhite;
width: 15%;
}
</style> -->
<link rel="stylesheet" href="./styles/styles.css">
<link rel="icon" href="./favicon.ico">
</head>
<body>
<table cellspacing="10">
<tr>
<td><img src="./images/kamu.png" alt="gym photo" height="150" width="150"></td>
<td><h1>Kamran Parvez Khan</h1>
<p>Department of computer <em>science!</em></p>
<p>I'm a student of <strong>IUST </strong> from <em>cse department</em> and i 💕 coding.</p></td>
</tr>
</table>
<hr>
<h2 style="text-align:center"> About Myself...</h2>
<p style="background-color: wheat; ">Derek Babb is a computer science teacher at Omaha North Magnet High School. He has taught computer science for 11 years in both suburban and urban high school settings. In addition to writing for the K–12 Computer Science Framework, he has been involved in writing computer science standards for the state of Nebraska as well as local school districts. He has been id.</p>
<hr>
<h3>My Experience</h3>
<table cellspacing="5" border="2">
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐⭐</td>
<td>GYm</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐</td>
<td>Cloud Computing</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Trekking</td>
<td>⭐⭐⭐⭐⭐</td>
<td>weight lifting</td>
<td>⭐⭐</td>
</tr>
</table>
<br>
<hr>
<h3><a href="./form.html">Fill Your Form</a></h3>
</body>
</html>