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.
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.
Sections can contain articles, but articles can also contain sections.
This is a new section containing more articles.