The following search bar allows you to search for HTML tags. All HTML "<>" will be replaced with "[]".
HTML5 Only
The HTML [article] Element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable, e.g., in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
The HTML [aside] Element represents a section of a page that consists of content that is tangentially related to the content around it, which could be considered separate from that content. Such sections are often represented as sidebars or as inserts. They often contain side explanations, like a glossary definition; more loosely related stuff, like advertisements; the biography of the author; or in web-applications, profile information or related blog links.
The HTML [audio] element is used to embed sound content in documents. It may contain several audio sources, represented using the src attribute or the [source] element; the browser will choose the most suitable one. This element includes global attributes listed below: {autobuffer} Boolean Atrribute {buffered} {loop} Boolean {muted} Boolean {played} {preload}
The HTML [bdi] Element (or Bi-Directional Isolation Element) isolates a span of text that might be formatted in a different direction from other text outside it.
The HTML [canvas] Element can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions or even perform animations. You may (and should) provide alternate content inside the [canvas] block. That content will be rendered both on older browsers that don't support canvas and in browsers with JavaScript disabled.
The HTML [data] Element links a given content with a machine-readable translation. If the content is time- or date-related, the [time] must be used.
The HTML [datalist] Element contains a set of [option] elements that represent the values available for other controls.
The HTML [details] Element is used as a disclosure widget from which the user can retrieve additional information.
The HTML [embed] Element represents an integration point for an external application or interactive content (in other words, a plug-in). {height} {src} {type} {width}
The HTML [figcaption] Element represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the [figure] element which is its immediate ancestor which means [figcaption] can be the first or last element inside a [figure] block. Also, the HTML Figcaption Element is optional; if not provided, then the parent figure element will have no caption.
The HTML [figure] Element represents self-contained content, frequently with a caption ([figcaption]), and is typically referenced as a single unit. While it is related to the main flow, its position is independent of the main flow. Usually this is an image, an illustration, a diagram, a code snippet, or a schema that is referenced in the main text, but that can be moved to another page or to an appendix without affecting the main flow.
The HTML [footer] Element typically contains information about the author of the section, copyright data or links to related documents.
The HTML [header] Element represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on.
The HTML [keygen] element exists to facilitate generation of key material, and submission of the public key as part of an HTML form. This mechanism is designed for use with Web-based certificate management systems. It is expected that the keygen element will be used in an HTML form along with other information needed to construct a certificate request, and that the result of the process will be a signed certificate.
The HTML [main] element represents the main content of the [body] of a document or application. The main content area consists of content that is directly related to, or expands upon the central topic of a document or the central functionality of an application. This content should be unique to the document, excluding any content that is repeated across a set of documents such as sidebars, navigation links, copyright information, site logos, and search forms (unless, of course, the document's main function is as a search form).
The HTML [mark] Element represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particular context. For example it can be used in a page showing search results to highlight every instance of the searched for word.
The HTML [menu] element represents an unordered list of menu choices, or commands.
The HTML [meter] Element represents either a scalar value within a known range or a fractional value.
The HTML Navigation Element ([nav]) represents a section of a page that links to other pages or to parts within the page: a section with navigation links.
The HTML [output] element represents the result of a calculation or user action.
The HTML [progress] Element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar. Javascript can be used to manipulate the value of progress bar.
The HTML [rp] element is used to provide fall-back parenthesis for browsers non-supporting ruby annotations. Ruby annotations are for showing pronounciation of East Asian characters, like using Japanese furigana or Taiwainese bopomofo characters. The [rp] element is used in the case of lack of [ruby] element support its content has what should be displayed in order to indicate the presence of a ruby annotation, usually parentheses.
The HTML [rt] Element embraces pronunciation of character presented in a ruby annotations, which are for showing pronunciation of East Asian characters and the [rt] element is used inside of element.
The HTML [ruby] Element represents a ruby annotation. Ruby annotations are for showing pronounciation of East Asian characters.
The HTML Section Element ([section]) represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.
The HTML [source] element is used to specify multiple media resources for and elements. It is an empty element. It is commonly used to serve the same media in multiple formats supported by different browsers.
The HTML summary element ([summary]) is used as a summary, caption or legend for the content of a element.
The Word Break Opportunity ([wbr]) HTML element represents a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location.
The HTML [video] element is used to embed video content. It may contain several video sources, represented using the src attribute or the [source] element; the browser will choose the most suitable one.
The HTML [track] element is used as a child of the media elements—[audio] and [video]. It lets you specify timed text tracks (or time-based data), for example to automaticaly handle subtitles.
The HTML [time] element represents either a time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information).
All Tags