15 lines
168 B
HTML
15 lines
168 B
HTML
<html>
|
|
<head>
|
|
|
|
<title>HTMLInputTest</title>
|
|
|
|
</head>
|
|
<body>
|
|
<H2>Test HTML Input #2</H2>
|
|
<H3>Test Section #1</H3>
|
|
|
|
This is not formatted.
|
|
|
|
</body>
|
|
</html>
|