-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomework4.html
More file actions
32 lines (31 loc) · 1.03 KB
/
homework4.html
File metadata and controls
32 lines (31 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>Home Work 4</title>
<link href="css/style4.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="div1">
<h2>DLT Co,Ltd</h2>
<div class="div2">
<h4>Login</h4>
<form>
<div class="one"><label for="username" class="">Username </label>
<input type="text" name="username" id="username" class=""></div>
<div class="two"><label for="password" class="six">Password</label>
<input type="password" name="password" id="password" class=""></div>
<div class="three"><button type="cancle" id="cancle" class="">Cancle</button></div>
<div class="four"><button type="submit" id="submit" class="">Submit</button></div>
</form>
<br/>
<div class="five"><p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it
to make a type specimen book.</p></div></div>
</div>
</div>
<div class="footer"><pre>Designer ID: WDF(1044)</pre></div>
</body>
</html>