1D0-61B CIW Site Development Associate

Loading demo links...

Showing 1–3 of 10 questions

Question 1

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?

Select an option, then click Submit answer.

  • Web Content Accessibility Guidelines

  • User Agent Accessibility Guidelines

  • W3C Authoring Tool Accessibility Guidelines

  • Section 508 of the Rehabilitation Act

Question 2

When the user clicks the Submit Query button on a form, the browser sends the information entered in the form to the Web server as a raw text string. The basic element of a raw text string is a name = value pair. A CGI script parses and formats the raw text string into a human-readable format. Which attribute of the form field elements organizes information input by the user into name = value pairs?

Select an option, then click Submit answer.

  • Type

  • Name

  • Value

  • Input

Question 3

When a developer wants to center a paragraph of text, which code should she use?

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D