Hyperlinkage № 1

A simple web page to try out some of the new tags in HTML. We now have header, nav, aside, and footer to avoid the generic div. Content items on the page can be divided using section and article tags.

An article is defined as a self-contained composition that could stand alone if syndicated. Whereas a section is any generic sub-division of content.

A Section in the Same Article

Sections can contain articles, but articles can also contain sections.

This is another article in the same section.

New Section

This is a new section containing more articles.