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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<!-- Comment -->
<html>
<head>
<title>Hi there!</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css">
a.summary-letter {text-decoration: none}
pre.display {font-family: serif}
pre.format {font-family: serif}
</style>
<style>body {</style>
<style>body[id=</style>
<style>body { color:</style>
<style>body:after { content: "</style>
<style>body { background-image: url(</style>
<style>@keyframes foo {</style>
<style>@media (</style>
<style>@media screen {</style>
<style>/*</style>
<script type="text/javascript">
window.addEventListener('click', function (e) {
e.preventDefault();
alert('Hi there!');
}, false);
</script>
<script>a = "double-quoted string</script>
<script>a = 'single-quoted string</script>
<script>a = /regular expression</script>
<script>a = `template literal</script>
<script>/*</script>
<script>/**</script>
<script>/** {number </script>
<script>/** {@link </script>
<script>/** @param {string} </script>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#800080" alink="#FF0000">
<h1>
<span>Hi there!</span>
</h1>
Hi there!
<ex-元素 data-屬性="test">...</ex-元素>
</body>
</html>
|