Following is an example of an HTML file named sample.htm.
<html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>SAMPLE.HTM</title> </head> <body> This is a simple SOW HTML example that fills in option values. <br> Select a state: <select name="states"> <!-- @@.section(options1)@@ --> <option value="##value##" ##selected##>##text##</option> <!-- @@.section(rest)@@ --> </select> Remainder... __oOo__ </body> </html>