-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 1.17 KB
/
index.html
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
<!DOCTYPE html>
<html lang="n">
<head>
<title>
practice
</title>
</head>
<body>
<h1>
Hi There!!
</h1>
<p>
this the body of my first website
</p>
<img src="/ju.jpg" alt="null" width="300" height="200">
<ul>
<li>
Apple
</li>
<li>
Banana
</li>
</ul>
<ol>
<li>
Apple
</li>
<li>
Banana
</li>
</ol>
<a href="https://bongodev.com/" target="_blank">BongoDev, learning web development</a> <br>
© tasnim <br>
® tasnim <br>
$ <br>
£ <br>
∥ <br>
HTML tag is < html > <br>
<form action="https://formspree.io/f/mbljgyke"method="POST">
<label>
Your email:
<input type="email" name="email">
</label>
<br> <br>
<label>
Your message:
<textarea name="message"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit">Send</button>
</form>
</body>
</html>