-
Notifications
You must be signed in to change notification settings - Fork 0
/
dangky.html
33 lines (33 loc) · 900 Bytes
/
dangky.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/styledangki.css">
<link rel="icon" href="images/iconweb.png" type="image/gif" sizes="16x16">
<script src="js/mycode.js"></script>
<title>Đăng Kí</title>
</head>
<body>
<div class="title">
<h1>Đăng Kí</h1>
</div>
<div class="signin">
<form >
<span>FullName</span>
<input id="mydiv1" type="text" name="txtName" placeholder="Enter FullName" >
<br>
<br>
<span>Phone</span>
<input id="mydiv2" type="text" name="txtphone" placeholder="Enter Your Phone">
<br>
<br>
<span>Email</span>
<input id="mydiv3" type="text" name="txtEmail" placeholder="Enter Your Email ">
<br>
<br>
<button type="button" onclick="checkForm()">Đăng Ký</button>
</form>
</div>
</body>
</html>