-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathanita.html
42 lines (34 loc) · 1023 Bytes
/
anita.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Sofia&display=swap" rel="stylesheet">
<title>Hactoberfest form</title>
</head>
<body>
<h1>Basic Details Form</h1>
<div id="form">
First Name:
</div>
<div id="last-name">
Last Name:
</div>
<div id="country-select">
Country:
</div>
<div id="text-area">
<span>Subject:</span>
</div>
</form>
</div>
</body>
<footer class="page-footer">
<!-- Copyright -->
<div class="footer-copyright">© 2020 Copyright:
<a href="https://mdbootstrap.com/"> MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
</html>