-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 901 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 901 Bytes
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
<!DOCTYPE html>
<head>
<title>Full Stack</title>
<meta name="keywords" content="HTML,CSS,JavaScript,Task">
<meta name="description" content="Assignment_1">
<meta name="author" content="Mohamed_Refay">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="30">
</head>
<body>
<form action="">
<fieldset>
<legend>Assignment_1</legend>
<img src="image/2.jpg" alt="" width="200" height="200"><br>
<label>Email:</label><br>
<input type="email" placeholder="@exampel.com"><br>
<label>Password:</label><br>
<input type="password" placeholder="Strong Password"><br>
<textarea name="" id="" cols="20" rows="5"></textarea><br>
<input type="submit">
</fieldset>
</form>
</body>
</html>