xref: /Universal-ctags/Units/parser-html.r/simple.html.t/input.html (revision 3b7fe603c87f867ad64f9d2ef32d9775943ec179)
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html >
4<head>
5<style>
6p {color:blue;}
7.intro {
8    background-color: yellow;
9}
10</style>
11<style>#firstname { background-color: yellow;}</style>
12<script language="Javascript" src="./test.js"></script>
13<script language="JavaScript">
14
15//	function commented_function1 () {}
16
17/*
18	function commented_function2 () {}
19*/
20
21function message()
22{
23      alert( "Hello.");
24}
25
26var q = new Polygon();
27
28//<!--
29//HTML comment doesn't work right now
30function html_commented_function()
31{
32      alert( "Hello.");
33}
34//-->
35</script>
36<script language="JavaScript">const MY_FAV = 7;</script>
37<body>
38  <a name="simple_anchor"></a>
39  <a name=unquoted_anchor></a>
40  <br/>
41  <a title="Title" name="prefixed_anchor"></a>
42  <a name=postfixed_anchor href="http://darrenhiebert.com"></a>
43  <!-- <a name="commented_anchor"></a> -->
44  <h1>heading1</h1>
45  <div>
46    <h1>some
47      <em>    other    </em>
48      heading1
49    </h1>
50  </div>
51  <h1>head<!--ing1-->ing<!--ing2-->3</h1>
52  <h2>heading2</h2>
53  <h3>my	heading3</h3>
54
55</body>
56</html>
57
58
59
60