When developing a Web site, which of the following actions would be considered unethical?
D
When you are using stock images in your Web site, a royalty-free license allows you to:
A
Which choice describes a correct order of precedence for implementing CSS?
A
During the initial meeting to plan a new Web site, whose input must be obtained?
B
You can use the HTML <input>, <select> and <text area> tags to create form fields in a Web page by
placing them between the <form> /form> container tags. Which attribute is used with the <input>
element to designate the fields that will appear in the form?
A
You are developing a Web site in HTML5. You want the new HTML5 structural elements (such as
<header> or <article>) to be styled consistently in all browsers. You must add a CSS rule that will
change them to which element type, to ensure the site will render successfully?
D
Which set of standards developed by the W3C Web Accessibility Initiative (WAI) project provides a
universal set of standards promoting accessibility for all Web users, including those with disabilities?
A
Marsha’s boss directed her to create a mobile version of the company’s Web site. To ensure her
mobile site is optimized, Marsha eliminates banners and advertisements. What other
recommendations should Marsha follow?
B
Matthew has embedded a video in his Web page using the HTML5 video format. The video is not
rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which
appears as follows:
What is wrong with this code?
D
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?
C
Which type of application allows you to edit and validate your source code and preview your Web
pages in multiple browsers?
A
Marion has been hired by a small business to determine why its Web site does not attract users. As
Marion interviews different members of the company, she learns that when the site was first
created, the external Web developer did not produce any documents specifying the basic
requirements for the site. As a result, the site did not have a defined purpose and was not designed
for the company’s audience. Additionally, the site navigation did not make sense from a users point
of view. Marion considers this information, then she recommends that the company create which
document?
B
Which type of intellectual property includes business plans, proprietary code and sales contracts?
D
You need to center and indent a quote on your Web page. Which is the best way to accomplish this
using HTML5?
B
A user is submitting data from a form on your Web page to a database using a CCI script. Which
attribute of the form field elements organizes the user’s information into name=value pairs?
A