CIW Site Development Associate Practice
Exam
1. When developing a Web site, which of the following actions would be
considered unethical?: Copying some code from another Web site
2. When you are using stock images on your Web site, a royalty-free license allows
you to:: Use the images without paying a fee for each use.
3. Which choice describes a correct order of precedence for implementing CSS?:
Inline styles override all other styles.
4. During the initial meeting to plan a new Web site, whose input must be
obtained?: Stakeholders
5. 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
the form?: The type attribute
6. You are developing a Web site in HTML5. You want the new HTML5 struc- tural
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 type element type, to ensure
the site will render successfully?: Block
1
, 7. 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?: Web Content Accessibility Guidelines
8. 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?: Use white space to give the
site an uncluttered look
9. 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:
<video height="210" class="center" controls="controls">
<video src="video.ogg" type="video/ogg" />
Your browser does not support the HTML5 video element.
</video>: The second instance of the <video> element should be replaced with the
<source> element
10.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?-
: ./mysite/index.html
11.Which type of application allows you to edit and validate source code and preview
your Web pages in multiple browsers?: GUI HTML editor
2
Exam
1. When developing a Web site, which of the following actions would be
considered unethical?: Copying some code from another Web site
2. When you are using stock images on your Web site, a royalty-free license allows
you to:: Use the images without paying a fee for each use.
3. Which choice describes a correct order of precedence for implementing CSS?:
Inline styles override all other styles.
4. During the initial meeting to plan a new Web site, whose input must be
obtained?: Stakeholders
5. 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
the form?: The type attribute
6. You are developing a Web site in HTML5. You want the new HTML5 struc- tural
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 type element type, to ensure
the site will render successfully?: Block
1
, 7. 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?: Web Content Accessibility Guidelines
8. 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?: Use white space to give the
site an uncluttered look
9. 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:
<video height="210" class="center" controls="controls">
<video src="video.ogg" type="video/ogg" />
Your browser does not support the HTML5 video element.
</video>: The second instance of the <video> element should be replaced with the
<source> element
10.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?-
: ./mysite/index.html
11.Which type of application allows you to edit and validate source code and preview
your Web pages in multiple browsers?: GUI HTML editor
2