During the initial meeting to plan a new Web site, whose input must be obtained?
A. Shareholders
B. Stakeholders
C. Web developers
D. Graphic designers
Which line of code instructs the browser to look for a directory named mysite that begins one level higher than the page you are currently viewing?
A. mysite/index.html
B. /mysite/index.html
C. ./mysite/index.html
D. http://www.mysite.com/index.html
You are creating a style sheet to format the pages on your company's Web site. One section will have a black background with white text. What is the hexadecimal reference you would use to specify the text color for this portion of the Web page?
A. "white"
B. #000000
C. # FFFFFF
D. "255,255,255"
Aisha is coding a Web site using a GUI HTML editor. She wants to quickly check her code for errors and compliance with HTML standards as she works. How can she best accomplish this?
A. Render and validate the code using http://validator.w3.org.
B. Render the code with a browser to see if it looks correct.
C. Validate the code using http://validator.w3.org.
D. Validate the code using the GUI validator.
Clyde is working on a Web page for his company's intranet. He wants to insert an HTML comment within the page to let other developers know that the page validates as HTML5 and that he is the page author. Which line of code will insert the comment that Clyde requires?
A. // Clyde Davis, 9/17/2012. This code validates to HTML5
B. Clyde Davis, 9/17/2012. This code validates to HIML5?>
C. /*Clyde Davis, 9/17/2012. This code validates to HTML5 */
D.
To ensure the maximum cross-browser compatibility and consistent functionality, Web developers should:
A. Test their pages in the most used release of each major Web browser.
B. Test their pages in the most common browsers, including the most used and latest releases.
C. Test their pages in only standards-compliant browsers, including the most used and latest releases.
D. Test their pages in the Web browser most commonly used by the site audience, including the most used and latest release.
Prior to HTML5, structuring a Web site using style sheets with the
A.
B.
C.
D.
To define a circle-shaped hot-spot for an image map, which of the following code fragments would you use?

A. Option A
B. Option B
C. Option C
D. Option D
The process of wireframing typically includes determining Web site goals plus:
A. Outlining project timelines and budget constraints, and identifying site stakeholders.
B. Outlining project timelines and budget constraints, and identifying audience requirements.
C. Outlining the development and marketing process, and identifying audience requirements.
D. Outlining the development process and site navigation, and identifying required technologies.
Violating a copyright or trademark is an example of what type of prosecutable crime?
A. Infringement
B. Plagiarism
C. Trade secrets
D. Non-disclosure