-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 866 Bytes
/
index.html
File metadata and controls
27 lines (21 loc) · 866 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Md. Al-Amin Khan</title>
</head>
<body>
<div class="image"> <img src="khan.jpg" alt="Photo of Al-Amin Khan"> </div>
<h1>Md. Al-Amin Khan</h1>
<p>Assalamualaikum, I am Al-Amin. I'm studying in Computer Science and Engineering at Daffodil International University. I am novice in programming world.
</p>
<br>
<p class="forin" style="font-size:30px; color: black; font-weight: bold;">Stay Connected</p><br><br>
<p class="forin">Name:</p>
<input type="text" placeholder="Enter your Fullname"><br>
<p class="forin">Email :</p>
<input type="text" placeholder="[email protected]"><br>
<input class="submit" type="submit" value="Subscribe" onclick="alert('Thanks for Subscribe !')">
</body>
</html>