Question 1. JavaScript code is run by the
database server
application server
web server
web browser
Question 2. A _______ is a tool used in the planning of a web site.
Wireframe
Storyboard
Mockup
All of the above
Question 3. The title element in the head section of an HTML document specifies the text
that's used to refer to the document
that's used to refer to the application
that's displayed in the title bar of the browser
that's displayed in the status bar of the browser
Question 4. When you set the float property for a block element to left, the elements that follow it will flow into the space
to the left of the floated element
to the right of the floated element
to the left of the floated element if there's enough space
to the right of the floated element if there's enough space
Question 5. The most common type of image format for photographs is the _______________ format.
gif
jpeg
png
svg
Question 6. When you click on the __________________ button for a form, it sends data from the form to the server.
Send
Reset
Process
Submit
Question 7. The DOM for a web page provides a hierarchy of nodes that represent
the elements, contents, and attributes in the HTML
the elements, attributes, and comments in the HTML
the contents, attributes, and comments in the HTML
the elements, contents, attributes, and comments in the HTML
Question 8. Before you can use the CSS3 font-face selector, you have to store the font
on your computer system
in the root folder of the web site
in any folder of the web site
in the fonts folder of the web site
Question 9. Three ways to test whether a web page request is coming from a mobile device are using:
JavaScript code, server-side code, or media queries
JavaScript code, server-side code, or jQuery
JavaScript code, server-side code, or jQuery Mobile
JavaScript code, server-side code, or WURFL
Question 10. The four pseudo-class selectors for links are
link, visited, active, and inactive
link, active, inactive, and hover
unvisited, visited, active, and inactive
link, visited, active, and hover
Question 11. Explain the differences between absolute and relative paths and when you should use each in your coding.
Question 12. You have been given a brochure by a client who is interested in having you create a website. What four questions would you ask this client to start the process of designing the website?
Question 13. Why is it not a good idea to constrain images using the width and height attributes of the img tag? What is a better approach?
Question 14. Differentiate between the three levels of CSS (inline, embedded, and external). Describe an application (use) for each of the styles.
Question 15. Describe in detail how JavaScript can be used for input validation on the client side.
Question 16. Explain in detail how CSS is used to create the layout for a web page.