Write a html code to create a webpage about a hometown like the example below. Hometown: Huntington, USA Location: Huntington is located 50 miles south of Scott town Ohio. About: Weather It's mild all year. Population: Around 30,000 people call Huntingto home. Sports Basketball and football are popular sports in Huntington. Things To Do Fishing Hiking See the sites The webpage should meet the following requirements: Specifies an appropriate webpage title with a <title> element. Uses <h1> elements for the Huntington name followed by three sections, each using <section> elements. First section should use an <h2> heading entitled "Location" and a single <p> element that briefly describes the town's location. Second section should use an <h2> heading entitled "About" and at least three subsections that each use <section> and <h3>elements. Each subsection should have a single <p> element describing something about Huntington. Third section should use an <h2> heading entitled "Things To Do" and an unordered list of at least three interesting things to do in Huntington.
Write a html code to create a webpage about a hometown like the example below.
Hometown: Huntington, USA
Location:
Huntington is located 50 miles south of Scott town Ohio.
About:
Weather
It's mild all year.
Population:
Around 30,000 people call Huntingto home.
Sports
Basketball and football are popular sports in Huntington.
Things To Do
- Fishing
- Hiking
- See the sites
The webpage should meet the following requirements:
-
Specifies an appropriate webpage title with a <title> element.
-
Uses <h1> elements for the Huntington name followed by three sections, each using <section> elements.
-
First section should use an <h2> heading entitled "Location" and a single <p> element that briefly describes the town's location.
-
Second section should use an <h2> heading entitled "About" and at least three subsections that each use <section> and <h3>elements. Each subsection should have a single <p> element describing something about Huntington.
-
Third section should use an <h2> heading entitled "Things To Do" and an unordered list of at least three interesting things to do in Huntington.
Unlock instant AI solutions
Tap the button
to generate a solution