1D0-61B CIW Site Development Associate

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Consider the following HTML5 code:

D:\Documents and Settings\useralbo\Desktop\1.jpg

The code does not validate as HTML5. Why?

Select an option, then click Submit answer.

  • The

  • The tag and its attributes are missing.

  • The

    tags.

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

Question 5

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

Select an option, then click Submit answer.

  • Inline styles override all other styles.

  • External styles override all other styles.

  • Internal (embedded) styles override inline styles.

  • External styles override internal (embedded) styles.

Question 6

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?

Select an option, then click Submit answer.

  • Name

  • Form

  • Value

  • Method