Other Semantic Elements

In this lesson, we'll discover some more semantic elements that HTML5 has to offer. Let's begin! :)

We'll cover the following...
widget

By now, you have gotten acquainted with semantic tags related to page structure. There are other semantic elements that do not influence the structure of the page, but still add extra semantic meaning to the content.

The <mark> element mentioned in the previous Chapter, Rendering Text lesson, and <wbr> treated in the ...