Error in draft

Section 18.2.5, page 208, in the example:
   <LABEL for="email"email: </LABEL><INPUT 
              type="text" id="email"><BR>

Missing '>' on the end of the open-tag for LABEL.

Question, same page:

"In this example, we implicitly associate two labels and two INPUT
elements. Notice that the implicit association prevents us from being
able to layout the label and its associated control in a table (see
the previous example)."

The previous example doesn't use a table, it is a paragraph using <BR>
elements.  I found this reference confusing...

-MZ

Received on Monday, 22 September 1997 06:07:28 UTC