HTML and CSS Reference
In-Depth Information
Figure 2-1 A page from the Treehouse website.
HTML5 includes a series of new elements that you can use to define each section. Some of these elements
have semantic meaning, which can help to make your code easier to understand and help computer programs to
identify the purpose of the content found within each element. I will be pointing out these semantic elements as you
progress through this topic.
Planning the Sitemap
The first task to complete when starting a new website project is to create a sitemap . This defines how many pages
your website will have and what those pages will be. Starting from what Joe has requested, here is the sitemap for
the website you are going to build:
1. Home
2. About
3. News
4. Menu
Search WWH ::




Custom Search