Back to notes
Keyboard shortcut: 'u' 

<html>
   <head> <title> Quiz Example </title> </head>
   <body>
      <font color="#ff0000"> <b> What is programmatic WWW authoring? </b> </font>
      <br>
      <input type="CHECKBOX" value="true" name="a-1-1">
      &nbsp;Authoring for programmers
      <br>
      <input type="CHECKBOX" value="true" name="a-1-2">
      &nbsp;Authoring by means of program development
      <p>
      <font color="#ff0000"> <b> What is LAML? </b> </font>
      <br>
      <input type="CHECKBOX" value="true" name="a-2-1">
      &nbsp;A markup language in the SGML family
      <br>
      <input type="CHECKBOX" value="true" name="a-2-2">
      &nbsp;A set of Scheme libraries for textual markup purposes
      <br>
      <input type="CHECKBOX" value="true" name="a-2-3">
      &nbsp;A Lisp abstracted markup language
   </body>
</html>