--- title: Semantic HTML Elements --- ## Semantic HTML Elements In HTML4, documents were organized by sections (`
` elements) with sub-sections (`

`, `

`, `

`, etc.). With HTML5, released in October 2014, new element tags allow documents to be organized based on content. Semantic HTML elements provide meaning to browsers, developers, and users of a site. In contrast to elements like `
` or ``, which convey no information about their contents, semantic elements like `
` and `