All HTML Tags
All HTML Tags
All HTML Tags
A
<a> It is termed as anchor tag and it creates a hyperlink or link.
<aside> It defines content aside from main content. Mainly represented as sidebar.
B
<b> It is used to make a text bold.
<base> This tag defines the base URL for all relative URL within the document.
<basefont> This tag is used to set default font, size and color for all elements of
document. (Not supported in HTML5)
<bdi> This tag is used to provide isolation for that part of text which may be
formatted in different directions from its surrounding text.
<big> This tag is used to make font size one level larger than its surrounding
content. (Not supported in HTML5)
C
<canvas> It is used to provide a graphics space within a web document.
<cite> It is used to define the title of the work, book, website, etc.
D
<data> It is used to link the content with the machine-readable translation.
<del> It defines a text which has been deleted from the document.
<details> It defines additional details which user can either view or hide.
<dir> It is used as container for directory list of files. (Not supported in HTML5)
E
<em> It is used to emphasis the content applied within this element.
F
<fieldset> It is used to group related elements/labels within a web form.
<figure> It is used to define the self-contained content, and s mostly refer as single
unit.
<font> It defines the font, size, color, and face for the content. (Not supported in
HTML5)
<frame> It defines a particular area of webpage which can contain another HTML
file. (Not supported in HTML5)
H
<h1> to <h6> It defines headings for an HTML document from level 1 to level 6.
I
<i> It is used to represent a text in some different voice.
<ins> It represent text that has been inserted within an HTML document.
<isindex> It is used to display search string for current document. (Not supported
in HTML5)
K
<kbd> It is used to define keyboard input.
L
<label> It defines a text label for the input field of form.
M
<main> It represents the main content of an HTML document.
N
<nav> It represents section of page to represent navigation links.
O
<object> It is used to embed an object in HTML file.
P
<p> It represents a paragraph in an HTML document.
<picture> It defines more than one source element and one image element.
Q
<q> It defines short inline quotation.
R
<rp> It defines an alternative content if browser does not supports ruby
annotations.
S
<s> It render text which is no longer correct or relevant.
<small> It is used to make text font one size smaller than document?s base font
size.
<source>> It defines multiple media recourses for different media element such as
<picture>, <video>, and <audio> element.
<strike> It is used to render strike through the text. (Not supported in HTML5)
T
<table> It is used to present data in tabular form or to create a table within HTML
document.
<tbody> It represents the body content of an HTML table and used along with
<thead> and <tfoot>.
<td> It is used to define cells of an HTML table which contains table data
<template> It is used to contain the client side content which will not display at time
of page load and may render later using JavaScript.
<textarea> It is used to define multiple line input, such as comment, feedback, and
review, etc.
<thead> It defines the header of an HTML table. It is used along with <tbody> and
<tfoot> tags.
<track> It is used to define text tracks for <audio> and <video> elements.
U
<u> It is used to render enclosed text with an underline.
V
<var> It defines variable name used in mathematical or programming context.
W
<wbr> It defines a position within text where break line is possible.