-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.13 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css"/>
</head>
<body>
<div class="sample">
<h1 id="work">JAHANA SHERIN</h1>
<h1 class="hello">pseuodo class</h1>
<p>
jahana is not bad .she is <br>class rep and very active </p>
<h2>more about here</h2> <a href="./about.html">about</a>
<ol>
<li>active</li>
<li>good</li>
</ol>
<input type="password">
<input type="button" value="click">
<input type="checkbox">
</div>
<div>
<p>
hi hello how are you guysss
</p>
</div>
<img src="https://content.jdmagicbox.com/comp/thrissur/13/9999pmulblrstd1009213/catalogue/sahrdaya-college-of-engineering-and-technology-kodakara-thrissur-institutes-for-engineering-kkfwaezzuo.jpg" alt="photo of college">
<img src="https://www.zumalka.com/cdn/shop/articles/adorable_baby_raccoon_being_held.jpg?v=1720680175" alt="">
</body>
</html>