Codebase list ohcount / c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main test / src_dir / html1.html
c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main

Tree @c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main (Download .tar.gz)

html1.html @c865d4db-f4b2-4b3e-8e76-e6475c6514d2/mainraw · history · blame

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<title>foo</title>
	<script type="text/javascript" >
<![CDATA[
// javascript comment
function matchwo(a,b)
{
	if (a < b && a < 0) then
	{
		return 1
	}
	else
	{
		return 0
	}
}
]]>
	</script>
	<style type="text/css">
p {
	color: #444
}
	</style>
	</head>
	<body>
		<p>
		<b class='<!--'>
			not in comment
		</b>
		<![CDATA[<i>italic?</i>]]>
		</p>
		<!--
			in comment
			-->
	</body>
</html>