Which of the following lines is an example of illegal HTML? <OPTION>One, two <OPTION value="shoe">Buckle my shoe <OPTION selected>This is <I>too</I> silly <OPTION>Isn't it?
Which of the following is not true of SELECT list? The width of the box can be set using the SIZE attribute. It is a container. It's made up of a number of OPTIONs. One NAME, found in the SELECT tag, applies to the whole list. The default is the first option in the list.
An OPTION which is to be pre-chosen is given the attribute: SELECT SELECTED CHECKED CHOSEN
SELECT is to SELECT multiple as INPUT type="radio" is to: INPUT INPUT type="text" INPUT type="radio" checked INPUT type="checkbox" INPUT type="multiple"
The SIZE attribute is used to: Specify the maximum number of OPTIONs in a list Specify the width of a pop-up box Specify the width of a scrollable list box Specify the height of a scrollable list box
Quiz system FAQ