<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<html xmlns=
"http://www.w3.org/1999/xhtml"
<head><title>Quick Example</title>
<meta http-equiv=
"content-type"
content=
"text/html;charset=tis-620"
/>
</head>
<body><h1>Quick Example</h1>
<p>
<a href=
"http://validator.w3.org/check/referer"
<img src =
"http://validator.w3.org/images/vxhtml10"
height=
"31"
width=
"88"
alt=
"hello"
</a></p>
<p>hello</p>
<script type=
"text/javascript"
<!-- <![CDATA[
document.write(
"<h2>Table of Factorials</h2>"
);
for
(i = 1, fact = 1; i < 10; i++, fact *= i) {
document.write(i +
"! = "
+ fact);
"<br />"
}
// ]]> -->
</script>
</body></html>
<form method=
"get"
action=
"http://www.google.com/search"
<input type=
"text"
name=
"query"
"submit"
</form>