-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo2.html
32 lines (31 loc) · 932 Bytes
/
demo2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/demo2.css"/>
</head>
<body>
<div>
<div class="head">
<h3>Step1: Your details</h3>
<form>
<p><label for="na">Name<input type="text" id="na" value="First and last name"/></label></p>
<p><label for="em">Email<input type="email" id="em" value="[email protected]"/></label></p>
<p><label for="ph">Phone<input type="text" id="ph" value="Eg.+4475oooooooo"/></label></p>
</form>
</div>
<div class="middle">
<h3>Step2: Delivery address</h3>
<form>
<p><label for="add">Address<textarea id="add"></textarea></label></p>
<p><label for="em">Post code<input type="email" id="em"/></label></p>
<p><label for="ph">Contry<input type="text" id="ph "/></label></p>
</form>
</div>
<div class="bottom">
<h3></h3>
</div>
</div>
</body>
</html>