September 2001
Intermediate to advanced
640 pages
31h 42m
English
<input type=hidden> — NN 2, 3, 4, 6 MSIE 2,3, 4, 5.5, 6 HTML 4.01 WebTV Opera5
<input type=hidden> (no end tag)
Creates an element that does not display in the browser. Hidden controls can be used to pass special form-processing information to the server that the user cannot see or alter.
name=
text
Required. Specifies the name of the control; this name (and the corresponding value) are passed to the form-processing application.
value=
text
Required. Specifies the value of the element that is passed to the form-processing application.
Read now
Unlock full access