70-480 Programming in HTML5 with JavaScript and CSS3

Loading demo links...

Showing 7–9 of 15 questions

Question 7

You have the following HTML markup within a page that lists the sessions of a conference. (Line numbers are included for reference only.)

You need to use HTML5 to maximize Search Engine Optimization (SEO) for the page.

Which two changes should you make to the markup? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Replace the div element at lines 03 and 11 with

  • Replace the div element at line 01 with

  • Replace the div element at lines 03, 10, 11, and 18 with article elements.

  • Replace the div element at line 01 with

  • Replace the div element at line 03 with

  • Replace the div element at lines 01 and 19 with a section element.

Question 8

You are developing a web page that includes the following HTML.

The font color of text inside the span must be red.

You need to develop the web page to meet the requirement.

Which two code segments achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

Question 9

You have the following markup. (Line numbers are included for reference only.)

You need to ensure that the div element remains visible while scrolling.

Which two lines of markup can add at line 06 to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

  • Option E