<html>
<head>
<title>Example Template</title>
<!--JavaScriptTag -->
</head>
<body>
<p>Hello, <!--NameTag -->, this is an example of the template class.</p>
<input type="text" value="<!--TextFieldTag -->" />
<hr />
<input type="checkbox"<!--CheckedTag --> /> We can determine if checked in code
</body>
</html>
|