-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (23 loc) · 870 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css" charset="utf-8">
<title></title>
</head>
<body>
<div class="container">
<p class = "paragraph"> this is my class paragraph</p>
<p id="id-sample">this is my id paragraph</p>
</div>
<h2></h2>
<form class="" action="index.html" method="post">
<label for="address-1">Address</label>
<input type="text" name="name" id="address-1" value="" placeholder="1510 Blake Street, Denver, CO 80202">
<label for="address-2">Address</label>
<input type="text" name="name" id="address-2" value="" placeholder="1510 Blake Street, Denver, CO 80202">
<label for="address-3">Address</label>
<input type="text" name="name" id="address-3" value="" placeholder="1510 Blake Street, Denver, CO 80202">
</form>
</body>
</html>