HTML Meta Tags
HTML Meta 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. (
HTML5)
<bdi> This tag is used to provide isolation for that part of text which may be formatted
from its surrounding text.
<bdo> It is used to override the current text direction.
<big> This tag is used to make font size one level larger than its surrounding content. (
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.
<col> It defines a column within a table which represent common properties of columns
<colgroup> element.
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 HTM
<frame> It defines a particular area of webpage which can contain another HTML file. (No
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 HTM
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.
<marquee> It is used to insert the scrolling text or an image either horizontally or vertically.
HTML5)
N
<nav> It represents section of page to represent navigation links.
<noframes> It provides alternate content to represent in browser which does not support the
elements. (Not supported in HTML5)
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.
<rt> It defines explanations and pronunciations in 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>
<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 docume
<tbody> It represents the body content of an HTML table and used along with <thead> an
<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
later using JavaScript.
<textarea> It is used to define multiple line input, such as comment, feedback, and review, e
<thead> It defines the header of an HTML table. It is used along with <tbody> and <tfoot
<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.
Href attribute:- The href attribute is used along with the anchor tag
Title attribute :- The title attribute is used along with the paragrapgh and heading tag
Src attribute :- The source attribute is used along with the img tag