Skip to main content

1D0-61B Real Exam Questions

CIW Site Development Associate

56 questions available · Page 1 of 6

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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?

  1. A

    Wireframe

  2. B

    Storyboard

  3. C

    Marketing slideshow

  4. D

    Non-disclosure agreement

Show answer and explanation

Correct answer: B

Question 2 Single choice

Which code is best for embedding video into an HTML5 page?

  1. A

    Option A

  2. B

    Option B

  3. C

    Option C

  4. D

    Option D

Show answer and explanation

Correct answer: A

Question 3 Single choice

Which choice lists the CSS standard(s) that HTNL5 supports?

  1. A

    CSS3 standard only

  2. B

    CSS2andCSS3standardsonly

  3. C

    CSS1 and CSS2standards only

  4. D

    All CSS standards (CSS1, CSS2 and CSS3)

Show answer and explanation

Correct answer: D

Question 4 Single choice

Consider the following HTML5 code:

The code does not validate as HTML5.

Why?

  1. A

    The <article> tag is missing.

  2. B

    The <meta> tag and its attributes are missing.

  3. C

    The <blockquote> tag should be used outside the <p> tags.

  4. D

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

Show answer and explanation

Correct answer: C

Question 5 Single choice

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?

  1. A

    Upload the forms to the Web server and create local relative links to the files.

  2. B

    Upload the forms to the Web server and create local absolute links to the files.

  3. C

    Upload the forms to the Web server and create external relative links to the files.

  4. D

    Upload the forms to the Web server and create external absolute links to the files.

Show answer and explanation

Correct answer: A

Question 6 Single choice

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?

  1. A

    // Clyde Davis, 9/17/2012. This code validates to HTML5

  2. B

    <? Clyde Davis, 9/17/2012. This code validates to HIML5?>

  3. C

    /*Clyde Davis, 9/17/2012. This code validates to HTML5 */

  4. D
    <!--Clyde Davis, 9/17/2012. This code validates to HTML5-->
Show answer and explanation

Correct answer: D

Question 7 Single choice

Which choice describes a correct order of precedence for implementing CSS?

  1. A

    Inline styles override all other styles.

  2. B

    External styles override all other styles.

  3. C

    Internal (embedded) styles override inline styles.

  4. D

    External styles override internal (embedded) styles.

Show answer and explanation

Correct answer: A

Question 8 Single choice

Which Web-based validation tool is used to validate HTML documents?

  1. A

    www.vischeck.com

  2. B

    www.jigsaw.w3.org

  3. C

    www.validator.w3.org

  4. D

    www.cynthiasays.com

Show answer and explanation

Correct answer: C

Question 9 Single choice

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?

  1. A

    The type attribute

  2. B

    The name attribute

  3. C

    The value attribute

  4. D

    The action attribute

Show answer and explanation

Correct answer: A

Question 10 Single choice

Which of the following HTML elements is a text-level element?

  1. A

    <br>

  2. B

    <h1>

  3. C

    <list>

  4. D

    <blockquote>

Show answer and explanation

Correct answer: A