HTML and CSS Reference
In-Depth Information
<section id="location2">
<h1>2450 Broadway, NY</h1>
<img src="img/map2.png"
alt="Joe's Pizza at 2450 Broadway, NY">
<p class="location-phone">212 012 3457</p>
<h2>Opening Hours:</h2>
<p>
Mon-Fri: 12:00 - 22:00<br>
Sat-Sun: 11:00 - 23:00
</p>
</section>
10. Finally, add the code for restaurant location number 3.
<section id="location3">
<h1>200 West 44th Street, NY</h1>
<img src="img/map3.png"
alt="Joe's Pizza at 200 West 44th Street, NY">
<p class="location-phone">212 012 3458</p>
<h2>Opening Hours:</h2>
<p>
Mon-Fri: 12:00 - 22:00<br>
Sat-Sun: 11:00 - 23:00
</p>
</section>
11. Save your locations.html file.
Figure 4-6 shows how the new Locations page should look in your browser.
Creating the Sitemap Page
The Sitemap page should contain only a heading and a list of all the other pages on your website.
The code for this exercise can be found in folder 6.
Search WWH ::




Custom Search