Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Site Development Associate Question and Answers

Site Development Associate

Last Update Apr 5, 2024
Total Questions : 56

We are offering FREE 1D0-61B CIW exam questions. All you do is to just go and sign up. Give your details, prepare 1D0-61B free exam questions and then go for complete pool of Site Development Associate test questions that will help you more.

1D0-61B pdf

1D0-61B PDF

$35  $99.99
1D0-61B Engine

1D0-61B Testing Engine

$42  $119.99
1D0-61B PDF + Engine

1D0-61B PDF + Testing Engine

$56  $159.99
Questions 1

Sampson has used HTML5 to create a Web page that contains image-based navigation buttons.

He would like to add text-based navigation to help ensure accessibility. Which of the following

HTML5 elements should he use?

Options:

A.  

<aside>

B.  

<footer>

C.  

<header>

D.  

<article>

Discussion 0
Questions 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?

Options:

A.  

Type

B.  

Name

C.  

Value

D.  

Input

Discussion 0
Questions 3

When establishing a mobile presence, which of the following offers mobile-friendly content to the widest possible audience?

Options:

A.  

Traditional Web sites

B.  

Mobile Web sites

C.  

Mobile apps

D.  

RSS feeds

Discussion 0
Questions 4

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

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 5

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.

Discussion 0
Questions 6

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

Options:

A.  

CSS3 standard only

B.  

CSS2andCSS3standardsonly

C.  

CSS1 and CSS2standards only

D.  

All CSS standards (CSS1, CSS2 and CSS3)

Discussion 0
Questions 7

You are developing a Web site in HTML5. You want the new HTML5 structural 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 element type, to ensure the site will render successfully?

Options:

A.  

Inline

B.  

Script

C.  

Fixed

D.  

Block

Discussion 0
Questions 8

Consider the following HTML5 code:

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).

Discussion 0