When you are using stock images in your Web site, a royalty-free license allows you to:
A. Use the images without paying a fee for each use.
B. Resell or transfer the images without paying a fee.
C. Use the images without purchasing a license.
D. Assume copy right of the images.
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"
Acme Company has been receiving complaints from its suppliers saying that its extranet site does not render correctly in all their employees' browsers. The suppliers are asking that the extra net site be fixed so that everyone can access it, regardless of browser type. When examining this problem, the Acme Web Development team finds that many developers worked on the site and each used code that he or she was comfortable with. To resolve this problem, what can the Acme developers do?
A. Edit the code so that it consistently uses uppercase letters.
B. Edit the code in several common browsers before publishing.
C. Edit the code so that it conforms to a single W3C HTML standard.
D. Edit the code so that it follows a single W3C scripting language standard.
Sampson has used HTML5 to create a Web page that contains image-based navigation buttons. He would like to add text-based navigation to help ensure accessibility. Which of the following HTML5 elements should he use?
A.
B.
C.
D.
Karen is the Webmaster for her company. Management would like to make the company's intra net site more effective by providing links to internal HR forms for all employees to access. These forms are currently stored on the company s file server and are updated quarterly. For security reasons, the Web server does not allow linking to the company s file server. How should Karen create these links?
A. Upload the forms to the Web server and create local relative links to the files.
B. Upload the forms to the Web server and create local absolute links to the files.
C. Upload the forms to the Web server and create external relative links to the files.
D. Upload the forms to the Web server and create external absolute links to the files.
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
Since the advent of HTML5, which choice accurately describes a difference between a mobile app and a mobile Web site?
A. A mobile Web site is faster because it uses the mobile phone's default browser.
B. A mobile app is faster because it does not necessarily use the browser.
C. A mobile Web site cannot create an immersive experience for users.
D. A mobile app can be used on any operating system.
Skylar has been asked by the HR Department to create a Web page for the company's intra net site that compares the company's four different medical insurance plans. To accomplish this effectively in HTML5, Skylar should:
A. use document structure tags to lay out the page and use a table to organize the medical insurance plan information.
B. use JavaScript to lay out the page and use a table within the page to organize the medical insurance plan information.
C. use tables to lay out the page and use the
tag inside the table to organize the medical insurance plan information.D. use CSS to lay out the page and use the
element to organize the medical insurance plan information.