Chapter 5 Quiz, Part 1

[--CWRU Toolbar--]
Chapter 5 Quiz, Part 1


The width of a text input is specified using:
SIZE
MAXLENGTH
TYPE

In text inputs, SIZE and MAXLENGTH must be the same length.
True
False

Password input are different from text inputs in that they:
do not allow the MAXLENGTH attribute
can be used only once per form
do not display the entered text on-screen
encrypt the data entered into them
...actually, there are no differences

Input restriction (for example, only allowing numbers) is performed:
by using TYPE="numbers"
it isn't
in the CGI program
through magic




Quiz system FAQ


[Toolbar]