98-375 HTML5 Application Development Fundamentals

Loading demo links...

Showing 4–6 of 10 questions

Question 4

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process.

You have been instructed to alter the text value of an HTML element. You are planning to make use of the innerHTML property. Which of the following is TRUE with regards to the innerHTML property? (Choose all that apply.)

Select all that apply, then click Submit answer.

  • It is valid for both block and inline elements.

  • It is inaccessible at run time as the document is being parsed.

  • When the innerHTML property is set, the given string completely replaces the existing content of the object.

  • When using innerHTML to insert script, you must exclude the defer attribute from the script element.

Question 5

Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.)

Select all that apply, then click Submit answer.

  • display

  • position

  • overflow

  • float

Question 6

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process.

You are currently creating a page for ABC.com. You want to draw a circle on a canvas as part of the process.

You plan to make use of a JavaScript method to achieve your goal.

Which of the following actions should you take?

Select an option, then click Submit answer.

  • You should consider making use of the createPattern method.

  • You should consider making use of the rotate method.

  • You should consider making use of the scale method.

  • You should consider making use of the arc method.