forked from eduladder/presidancyinterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask11.txt
34 lines (34 loc) · 829 Bytes
/
task11.txt
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
<html>
<head>
<title>Login page</title>
</head>
<body>
<h1>eduladder login page</h1>
<p><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSEgeQCxbqNzmR4yG9-qQ1Cb00Hf3h-8Bci9ujFj3ig-TjkNFDDtw">
</p><form>
<table>
<tr>
<td><font size=6;color="green">user name :</td>
<td><input type="text" name="username" value=""/></td>
</font></tr>
<tr>
<td><font size=6;color="green">password :</td>
<td><input type="password" name="password" value="" /></td>
</font> </tr>
<tr>
<td>
<input type="submit" name="login" value="log in" />
</td>
<td>
<input type="submit" name="cancel" value="cancel" />
</td>
</tr>
<tr>
<td>
<input type="checkbox" >remember me?
</td>
</tr>
</table>
</form>
</body>
</html>