Summer Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

CIW 1D0-61B Site Development Associate Exam Practice Test

Page: 1 / 6
Total 56 questions

Site Development Associate Questions and Answers

Question 1

Which Web-based validation tool is used to validate Cascading Style Sheets (CSS)?

Options:

A.

www.cynthiasays.com

B.

www.validator.w3.org

C.

www.vischeck.com

D.

www.jigsaw.w3.org

Question 2

Consider the following HTML5 code:

Question # 2

The code does not validate as HTML5. Why?

Options:

A.

The

tag is missing.

B.

The tag and its attributes are missing.

C.

The

tag should be used outside the

tags.

D.

The !DOCTYPEdeclaration is missing a reference to the Document Type Definition (DTD).

Question 3

Which HTML validator is best for a final check before a new Web site is published?

Options:

A.

GUI HTML editor’s validator

B.

Your browser’s add-on validator

C.

W3C validator at http://validator.w3.org

D.

W3C validator at http://jigsaw.w3.org/css-validator/

Question 4

When you are using stock images in your Web site, a royalty-free license allows you to:

Options:

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.

Assumecopyrightof the images.

Question 5

Katie developed her corporation’s intra net site using proprietary HTML language extensions based on the company’s current browser. The company has recently updated its systems to include the use of a new browser. Now the intra net site that Katie developed no longer renders its content consistently. What should Katie do to ensure that this site’s content renders consistently regardless of the browser used?

Options:

A.

Revise the site to include workarounds and hacks for the new browser.

B.

Revise the site’s markup language in only those areas that are not rendering properly.

C.

Update the site using a single language standard consistently, such as HTML5 or XHTML.

D.

Update the site using the proprietary language extensions required by the new browser’s rendering engine.

Question 6

Which line of code uses the correct syntax to apply an external CSS style sheet to HTML documents?

Options:

A.

B.