-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJquery.html
More file actions
94 lines (93 loc) · 3.33 KB
/
Copy pathJquery.html
File metadata and controls
94 lines (93 loc) · 3.33 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Ứng dụng web</title>
<link rel="shortcut icon" type="image/png" href="Images/download.png">
<link type="text/css" href="css/index.css" rel="stylesheet">
<link type="text/css" href="css/content.css" rel="stylesheet">
</head>
<body>
<div class="menu">
<a href="index.html"><img src="Images/download.png" class="menuico1" alt="error"></a>
<ul id="inmenu">
<li>Danh sách
<ul id="submenu">
<li><a href="web.html">HTML</a></li>
<li><a href="css.html">CSS</a></li>
<li><a href="Javascript.html">JavaScript</a></li>
<li><a href="Jquery.html">Jquery</a></li>
</ul>
</li>
</ul>
</div>
<div class="header">
<p>Book List</p>
<p>Ứng dụng của web</p>
</div>
<div class="navleft">
<div class="navhead"><p>Chọn sách</p></div>
<div class="navspace"></div>
<div class="navleftin">
<a href="web.html"><img src="Images/Images/html.jpg" alt="error" height="250px" class="img"></a>
</div>
<div class="navspace"></div>
<div class="navleftin">
<a href="css.html"><img src="Images/Images/css.jpg" alt="error" height="250px" class="img"></a>
</div>
<div class="navspace"></div>
<div class="navleftin">
<a href="Javascript.html"><img src="Images/Images/javascript.jpg" alt="error" height="250px" class="img"></a>
</div>
<div class="navspace"></div>
<div class="navleftin">
<a href="Jquery.html"><img src="Images/Images/jQuery.jpg" alt="error" height="250px" class="img"></a>
</div>
<div class="navspace"></div>
</div>
<div class="content">
<p>Danh sách bài tập JQuery</p>
<div class="contentbox">
<a href="jq01.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 1</p>
</div>
<div class="contentbox">
<a href="jq02.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 2</p>
</div>
<div class="contentbox">
<a href="jq03.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 3</p>
</div>
<div class="contentbox">
<a href="jq04.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 4</p>
</div>
<div class="contentbox">
<a href="jq05.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 5</p>
</div>
<div class="contentbox">
<a href="jq06.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 6</p>
</div>
<div class="contentbox">
<a href="jq07.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 7</p>
</div>
<div class="contentbox">
<a href="jq08.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 8</p>
</div>
</div>
<div class="footer"><p>Footer</p></div>
</body>
</html>