Complete List of Standard HTML5 Tags

Complete List of Standard HTML5 Tags

= New in HTML5 <!DOCTYPE> is not a tag, but rather a declaration.  All HTML documents must start with a <!DOCTYPE> declaration.  In HTML5, the declaration is <!DOCTYPE html>. Structural Tags Tag Description <a> Defines a hyperlink or an anchor. <article> Defines self contained content like a blog post or forum post. <aside> Defines some…