forked from elina-29/html-session1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 896 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 896 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
<!DOCTYPE html>
<html>
<head>
<title>
Assignment
</title>
</head>
<body>
<h1 style="color:red;text-align:center;font-size:24;">Welcome to CWC Club</h1>
<hr style="background:blue;">
<h3 style="color:blue;text-align:center;">Pakhi Sarkar</h3>
<ol style="font-size:16;">
<li>2041019359</li>
<li>1st year</li>
<li>Listening to music, Reading</li>
<li>Nothing much</li>
<li>17-07-2002</li>
</ol>
<div style="text-align:center;">
<img style="height:50%; width:50%;" src="https://schoolbook.getmyuni.com/assets/images/rev_img/62069__27418/1518381309iter+.jpg" alt="iter"></div>
<h3 style="color:red;text-align:center;">
"After every sunset;<br>
there comes a new day."</h3>
</body>
</html>