-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavascript.html
More file actions
148 lines (148 loc) · 5.6 KB
/
Copy pathJavascript.html
File metadata and controls
148 lines (148 loc) · 5.6 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!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 JavaScript</p>
<div class="contentbox">
<a href="js01.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="js02.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="js03.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="js04.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="js05.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="js06.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="js07.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="js08.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 class="contentbox">
<a href="js09.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 9</p>
</div>
<div class="contentbox">
<a href="js010.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 10</p>
</div>
<div class="contentbox">
<a href="js011.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 11</p>
</div>
<div class="contentbox">
<a href="js012.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 12</p>
</div>
<div class="contentbox">
<a href="js013.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 13</p>
</div>
<div class="contentbox">
<a href="js014.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 14</p>
</div>
<div class="contentbox">
<a href="js015.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 15</p>
</div>
<div class="contentbox">
<a href="js016.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 16</p>
</div>
<div class="contentbox">
<a href="js017.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 17</p>
</div>
<div class="contentbox">
<a href="js018.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 18</p>
</div>
<div class="contentbox">
<a href="js019.html" target="_blank"><img src="Images/1200px-Closed_Book_Icon.svg.png" height="150px" width="150px" alt="error" class="img">
</a>
<p>Bài 19</p>
</div>
</div>
<div class="footer"><p>Footer</p></div>
</body>
</html>