-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
36 lines (31 loc) · 1.1 KB
/
hobbies.html
File metadata and controls
36 lines (31 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<h1>Hobbies</h1>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Omkars hobbies</title>
</head>
<body>
<ol>
<li><strong>HIKING</strong></li>
<img src="images/img1.jpg" alt="Image not avail" width="100" height="100">
<li><strong>SOCCER</strong></li>
<img src="images/img4.jpg" alt="Image not avail" width="100" height="100">
<li><strong>PHOTOGRAPHY</strong></li>
<img src="images/img3.jpg" alt="Image not avail" width="100" height="100">
<li><strong>COMPETITIVE CODING</strong></li>
<img src="images/img3.jpg" alt="Image not avail" width="100" height="100">
</ol>
<hr>
<form action="mailto:anonymysprime@gmail.com" method="post" enctype="text/plain">
<label for="">name</label>
<input type="text" name="name"><br>
<label for="">email</label>
<input type="email" name="email"><br><br>
<label for="">Your Query </label><br>
<textarea name="something" id=""></textarea>
<input type="submit">
</form>
</body>
</html>