2015
30 featuresThe <article> element represents self-contained content, which is intended to be independently distributable or reusable, such as a comment, a blog post, or news article.
The <aside> element represents a portion of a document whose content is only indirectly related to the document's main content.
The <audio> element plays sound such as audio effects or music, optionally with controls provided by the browser.
The <b> HTML element draws reader's attention to text, styling text as bold by default.
The <base> element sets the base URL (the URL that relative URLs are relative to) for all relative URLs in the document.
The <bdo> element overrides the directionality of text, so that the text within is rendered in a different direction than the surrounding text.
The <blockquote> element represents an extended quotation, styling contents as an indented block by default.
The <body> element represents the content of an HTML document.
The <br> element produces line breaks in text.
The <button> HTML element represents a button that triggers some action, such as submitting a form or opening a dialog, styled as a labeled rectangular box by default.
The <canvas> HTML element is a space to draw graphics in, using the 2D canvas API, WebGL, or WebGPU.
The <cite> element represents the title of a quoted, referenced, or mentioned creative work, such as a film or book.
The <code> element displays its contents as a fragment of computer code.
The <del> element represents a range of text that has been deleted from a document, styling text as strikethrough by default.
The <dfn> element marks a term to be defined, styling text as italic by default.
The <div> HTML element is the generic container for content.
The <em> HTML element emphasizes or stresses the content, styling text as italic by default.
The <fieldset> and <legend> elements group several form control elements within a web form.
The <figure> and <figcaption> HTML elements represent an illustration, diagram, text, or other self-contained reference content, with an optional caption.
The <form> element contains interactive controls for submitting information.
The <h1> through <h6> HTML elements represent six levels of section headings, in order of decreasing importance.
The <head> element contains machine-readable information (metadata) about the document, such as the title, <script> and <style> elements, and <meta> elements.
The <hgroup> element represents a heading and related content.
The <hr> element represents a thematic break between paragraphs, often shown as a horizontal rule.
The <html> element represents the top-level of an HTML document and is referred to as the root element.
The <i> HTML element identifies idiomatic content, styling text as italic by default.
The <iframe> element embeds another HTML page into the current page.
The <img> element adds an image into the document.
The <input type="button"> HTML element represents a button that triggers some action, such as submitting a form or opening a dialog, styled as a labeled rectangular box by default. Not to be confused with the <button> element, which contains HTML content.