-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml4-strict.html
More file actions
32 lines (23 loc) · 810 Bytes
/
Copy pathhtml4-strict.html
File metadata and controls
32 lines (23 loc) · 810 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="zh-TW">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PAGE TITLE</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset-fonts-grids/reset-fonts-grids.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<style type="text/css">
<!--
/* CSS comment */
-->
</style>
<script type="text/javascript">
<!-- //
// -->
</script>
</head>
<body>
<p>Hello World.</p>
</body>
</html>
<!-- vim: ts=4 sw=4 ai nowrap -->