-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.html
56 lines (44 loc) · 1.37 KB
/
2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>2</title>
<base href="./images/" />
<base target="_blank" />
<basefont size="5" color="red" />
<link rel="stylesheet" href="../css/style2.css" type="text/css">
<script src="../js/jquery-min.js"></script>
</head>
<body>
<!-- <pre>
<html>
<head>
<script type="text/javascript" src="loadxmldoc.js">
</script>
</head>
<body>
<script type="text/javascript">
xmlDoc=<a href="dom_loadxmldoc.asp">loadXMLDoc</a>("books.xml");
document.write("xmlDoc is loaded, ready for use");
</script>
</body>
</html>
</pre>
<h1>hello html5</h1>
<ul>
<li>abc</li>
<li>abc</li>
<li>abc</li>
</ul>
<p>hello world</p>
<h2>hello world</h2> -->
<div style="width:100px;height:100px;background: green;">
这里的文本内容是可以滚动的,滚动条方向是垂直方向。
这里的文本内容是可以滚动的,滚动条方向是垂直方向。
这里的文本内容是可以滚动的,滚动条方向是垂直方向。
这里的文本内容是可以滚动的,滚动条方向是垂直方向。
</div>
<script>
</script>
</body>
</html>