Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Given the following code:

What does the #item token do?

A.

It specifies a CSS3 property.

B.

It locates an HTML5 element by its ID

C.

It defines a JavaScript function with one parameter.

D.

It creates an XML element.

Which structure tag should a developer use to place contact information on a web page?

A.

B.

C.

D.

What is a characteristic of JavaScript code?

A.

It runs inside a web browser

B.

It implements across browsers.

C.

It must be compiled lo work.

D.

It remains hidden from the user.

What should a developer increase to create space between a border and content?

A.

Margin

B.

Width

C.

Height

D.

Padding

What allows a scripting language to manipulate elements on a web page?

A.

CSS

B.

XML

C.

HTML

D.

DOM

What is the purpose of cascading style sheets (CSSs)?

A.

Structuring and describing web page content

B.

Providing functionality that was previously provided by plug-ins

C.

Changing the content of a web page dynamically

D.

Setting rules to define how page content looks when rendered

A web designer creates the following HTML code:

Which CSS selector applies only to the first line?

A.

#Welcome

B.

.Welcome

C.

#Header

D.

.header

Which markup ensures that the data entered are either a five-digit zip code or an empty string?

A.

B.

C.

Input required min=’’s’’ max=’’s’’

D.

Input class =’’ (0-9) (5)’’>

Given the following code:

Var a = ‘’true’’;

What is the data type of d?

A.

Boolean

B.

String

C.

Object

D.

Undefined

Which CSS transformation method should a developer use to reposition an element horizontally on the 2-D plane?

A.

Skewx (angle)

B.

Scale (x,y)

C.

Translatex(n)

D.

Scalex(n)