Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Information Technology Specialist INF-306 Reddit Questions

Page: 2 / 5
Total 68 questions

HTML5 Application Development Questions and Answers

Question 5

Review the grid container requirements and mockup on the left. Which markup should you use to define the grid container?

Options:

A.

Uses grid-template-columns and grid-template-rows with percentage and pixel sizing.

B.

Incorrectly places named area strings under grid-template-rows.

C.

Incorrectly places named area strings under grid-template-columns.

D.

.grid-container { display: grid; grid-template-areas: " heading heading heading heading heading heading " " menu content content content right right " " menu contact contact contact contact contact " ; grid-gap: 10px; background-color: orange; padding: 10px;}

Question 6

The ctx variable is the context of an HTML5 canvas object. What does the following HTML markup draw?

ctx.arc(x, y, r, 0, Math.PI, true);

Options:

A.

A line from one point to another

B.

A square at the given point

C.

A circle at the given point

D.

A semicircle at the given point

Question 7

A form has four buttons with a class of item. You need to apply an event listener to all buttons to invoke the moveElement function when a button is pressed. Your code must ensure bubble capture.

Complete the markup by selecting the correct option from each drop-down list.

Note: You will receive partial credit for each correct selection.

Options:

Question 8

You are creating a script that reads a JSON menu file and displays the Entree, Price, and Description.

Complete the code by selecting the correct option from each drop-down list.

Note: You will receive partial credit for each correct selection.

Options:

Page: 2 / 5
Total 68 questions