Final answer:
To replace div elements with section elements in a HTML file, use the lessons.html file and replace div with section. To create a new HTML file from template.html, use the template file to create instructors.html. Update the title by replacing Template with Instructors.
Step-by-step explanation:
- Open the lessons.html file and replace all of the div elements with section elements.
- Use the template.html file to create a new HTML file and name the file instructors.html. Add the appropriate information to the comment near the top of the page and update the file name.
- Update the title by replacing the word Template with Instructors.