-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTU_ON_HTML.html
62 lines (61 loc) · 2.01 KB
/
TU_ON_HTML.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TU_HOC_HTML</title>
<style>
h2{
border: 1px solid red;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body style="background-color: rgb(226, 219, 219);">
<h1 style="color: aquamarine;"><p>Tung hoc html</p></h1>
<hr>
<div>
<p style="color: aquamarine;"><small>thanhtung</small></p>
<h2>tungdayem anh k dan test</h2>
</div>
<div>
<iframe src="https://www.youtube.com/embed/tgbNymZ7vqY" frameborder="0"></iframe>
</div>
<div>
<ul><li>thanhtung
<ul>
<li>thanhtung2
<ul>
<li>thanhtung3</li>
</ul>
</li>
</ul>
</li></ul>
</div>
<form action="tk_CÁC_THẺ_HTML.txt">
<!-- <input type="color "> -->
<label style="color: rgb(210, 16, 48);" for="label"> chon text </label>
<input type="text" name="nhap1" id="label">
<br><input style="color: red;" type="submit" name="gui" id="label"></input></form>
<br><br>
<select name="country" id="value">
<option value="vietnam">all</option>
<option value="vietnam">vietnam</option>
<option value="japan">japan</option>
<option value="korea">korea</option>
</select>
<div>
<!-- button -->
<form action="TU_ON_HTML.html"><br><br>
<label for="button">button</label>
<input type="button" value="nhan vao button" onclick="alert('nguyen thanh tung ')">
</form>
</div>
</form>
<div class="center">
<button>dang ky</button>
</div>
</body>
</html>