Interneting Is Easy!

Semantic HTML

By Troy McClure. Published

This is an example web page explaining HTML5 semantic markup.

The Document Outline

HTML5 includes several “sectioning content” elements that affect the document outline.

Diagram showing <article>, <section>, and <nav> elements
New HTML5 semantic elements

Headers

The <header> element is one such sectioning element.

Footers

And so is the <footer> element.

Inline Semantic HTML

The <time> element is semantic, but it’s not sectioning content.

This fake article was written by somebody at InternetingIsHard.com, which is a pretty decent place to learn how to become a web developer. This footer is only for the containing <article> element.

Please contact Troy McClure for questions about this article.