html5 Tags
html5 Tags
Metadata Tags
Tag Description
<base> Defines the base URL for all linked objects on a page.
<basefont> Obsolete Specifies the base font for a page.
<link> Defines the relationship between the current document and an external resource.
<meta> Provides structured metadata about the document content.
<style> Inserts style information (commonly CSS) into the head of a document.
<title> Defines a title for the document.
Form Tags
Tag Description
Formatting Tags
Tag Description
List Tags
Tag Description
Table Tags
Tag Description
Scripting Tags
Tag Description
<noscript> Defines alternative content to display when the browser doesn't support scripting.
<script> Places script in the document for client-side processing.
<applet> Obsolete Embeds
a Java applet (mini Java applications) on the page. Use
the <object> element instead.
<area> Defines a specific area within an image map.
<audio> Embeds a sound, or an audio stream in an HTML document.
<canvas> Defines a region in the document, which can be used to draw graphics on the fly via
scripting (usually JavaScript).
<embed> Embeds external application, typically multimedia content like audio or video into
an HTML document.
<figcaption> Defines a caption or legend for a figure.
<figure> Represents a figure illustrated as part of the document.
<frame> Defines a single frame within a frameset.
<frameset> Defines a collection of frames or other frameset.
<iframe> Displays a URL in an inline frame.
<img> Displays an inline image.
<map> Defines a client-side image-map.
<noframes> Defines an alternate content that displays in browsers that do not support frames.
<object> Defines an embedded object.
<param> Defines a parameter for an object or applet element.
<source> Defines alternative media resources for the media elements
like <audio> or <video>.
<time> Represents a time and/or date.
<video> Embeds video content in an HTML document.