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.


