- From: MegaZone <megazone@livingston.com>
- Date: Mon, 22 Sep 1997 03:02:50 -0700 (PDT)
- To: www-html-editor@w3.org
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