216k views
5 votes
Open the lessons.html file and replace all of the div elements with section elements.

1
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.

User AhHatem
by
7.6k points

1 Answer

2 votes

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:

  1. Open the lessons.html file and replace all of the div elements with section elements.
  2. 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.
  3. Update the title by replacing the word Template with Instructors.

User Robin Hartmann
by
7.7k points