Quiz
Question 1. The _____ is generated automatically by ASP.NET.
SSL
HTTP
HTML
FTP
Question 2. Ensuring that a Web page is compatible with as many browsers as possible is called _____ .
IE
cross-browser compatibility
HTML5
workarounds
Question 3. A(n) _____ style is created by coding a style attribute for an HTML element.
rule
self-closing
extra
inline
Question 4. The number of pixels between cells in a table can be specified by _____.
cell spacing
width
colspan
rowspan
Question 5. As you enter code in Visual Studio, the _____ feature provides drop-down lists of coding options that you can enter by selecting and pressing the Tab key.
IntelliSense
Comment
Event
Toolbox
Question 6. The difference between check box and radio button controls is that _____.
only one check box in a group can be checked at the same time
only one radio button in a group can be checked at the same time
you can only use the Checked property to check whether a check box is checked
you can't have just one radio button on a form
Question 7. The CheckedChanged event is raised for a radio button whenever the checked property of _____.
the button changes to checked
the button changes
any button in the group changes to checked
any button in the group changes
Question 8. The Rows and Selection Mode properties apply to _______.
all controls
textboxes
listboxes
dropdown boxes
Question 9. The hyperlink control provides an easy way to _____ to another page.
group
link
check
stick
Question 10. The ________ displays a text box and button for users to browse, select, and upload a file.
Text box control
Upload text box control
Upload file control
File menu.