HTML Tags
HTML Tags
Tag Description
<applet> Obsolete Embeds a Java applet (mini Java applications) on the page. Use <object> instead.
<base> Defines the base URL for all relative URLs in a document.
<basefont> Obsolete Specifies the base font for a page. Use CSS instead.
<bdi> Represents text that is isolated from its surrounding for the purposes of bidirectional text
formatting.
<canvas> Defines a region in the document, which can be used to draw graphics on the fly via script
(usually JavaScript).
<dd> Specifies a description, or value for the term (<dt>) in a description list (<dl>).
<del> Represents text that has been deleted from the document.
<details> Represents a widget from which the user can obtain additional information or controls on-
Tag Description
demand.
<embed> Embeds external application, typically multimedia content like audio or video into an HTM
document.
<font> Obsolete Defines font, color, and size for text. Use CSS instead.
<head> Defines the head portion of the document that contains information about the document
such as title.
<ins> Defines a block of text that has been inserted into a document.
<link> Defines the relationship between the current document and an external resource.
<menuitem> Defines a list (or menuitem) of commands that a user can perform.
<noframes> Obsolete Defines an alternate content that displays in browsers that do not support frames.
<noscript> Defines alternative content to display when the browser doesn't support scripting.
<rp> Provides fall-back parenthesis for browsers that that don't support ruby annotations.
<source> Defines alternative media resources for the media elements like <audio> or <video>.
<style> Inserts style information (commonly CSS) into the head of a document.
<tbody> Groups a set of rows defining the main body of the table data.
<template> Defines the fragments of HTML that should be hidden when the page is loaded, but can be
cloned and inserted in the document by JavaScript.
<thead> Groups a set of rows that describes the column labels of a table.
1.