0% found this document useful (0 votes)
123 views9 pages

Tag Sheet

The document defines and describes various HTML tags such as <p>, <div>, <span>, <header>, <footer>, <table>, <img>, and others. It provides a brief description of what each tag is used for, such as the <p> tag defines a paragraph, the <div> tag makes divisions of content on a webpage, and the <img> tag is used to add images. The document serves as a reference for many common HTML tags and their purposes.

Uploaded by

adam khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views9 pages

Tag Sheet

The document defines and describes various HTML tags such as <p>, <div>, <span>, <header>, <footer>, <table>, <img>, and others. It provides a brief description of what each tag is used for, such as the <p> tag defines a paragraph, the <div> tag makes divisions of content on a webpage, and the <img> tag is used to add images. The document serves as a reference for many common HTML tags and their purposes.

Uploaded by

adam khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Tags

!DOCTYPE html
abbreviation
acronym
address
anchor
applet
area
article
aside
audio
base
basefont
bdi
bdo
bgsound
big
blockquote
body
bold
break
button
caption
canvas
center
cite
code
colgroup
column
comment
data
datalist
dd
define
delete
details
dialog
dir
div
dl
dt
embed
fieldset
figcaption
figure
font
footer
form
frame
frameset
head
header
heading
hgroup
hr
html
Iframes
image
input
ins
isindex
italic
kbd
keygen
label
legend
list
main
mark
marquee
menuitem
meta
meter
nav
nobreak
noembed
.
object
optgroup
option
output
paragraphs
param
phrase
pre
progress
q
rp
rt
ruby
s
samp
script
section
small
source
spacer
span
strike
strong
style
sub and sup Tags

summary
svg
table
tbody
td
template
tfoot
th
thead
time
title
tr
track
tt
underline
var
video
wbr
xmp
Description
According to the HTML specification or standards, every HTML document requires a document type declaration.
The abbreviation tag in HTML is used to define the abbreviation or short form of an element.
The acronym tag in HTML is used to define the acronym that gives useful information to browsers, translation systems, and search engines
The address tag in HTML indicates the contact information of a person or an organization.
The anchor tag in HTML is used to create a hyperlink on the webpage.
The applet tag in HTML was used to embed Java applets into any HTML document, discontinued starting from HTML 5.
This area tag is used in an HTML document to map a portion of an image to make it clickable by the end-user.
The <article> tag is one of the new sectioning element in HTML5. The tag is used to represent an article.
The <aside> tag is used to describe the main object of the web page in a shorter way like a highlighter.
It is a useful tag if you want to add audio such as songs, interviews, etc. on your webpage.
The HTML base tag is used to specify a base URI, or URL, for relative links. This URL will be the base URL for every link on the page.
This tag is used to set the default text-color, font-size, & font-family of all the text in the browser. Not supported in HTML5.
The bdi tag refers to Bi-Directional Isolation. It differentiates a text from other text that may be formatted in a different direction.
The bdo stands for Bi-Directional Override. This tag is used to specify the text direction or used to change the current direction.
The bgsound tag is used to play the soundtrack in the background.
The big tag in HTML is used to increase the selected text size by one larger than the surrounding text. In HTML 5.
The blockquote tag in HTML is used to display the long quotations (a section that is quoted from another source).
The body tag in HTML is used to define the main content present inside an HTML page.
The bold tag in HTML is used to specify the bold text without any extra importance.
The break tag inserts a single carriage return or breaks in the document. This element has no end tag.
The button tag in HTML is used to define the clickable button. <button> tag is used to submit the content.
The caption tag is used to specify the caption of a table. Only one caption can be specified for one table.
It can be used to draw paths, boxes, texts, gradients, and add images.
The center tag in HTML is used to set the alignment of text in the center. Not supported in HTML5.
The cite tag in HTML is used to define the title of a work. It displays the text in italic format.
The code tag in HTML is used to define the piece of computer code.
It is useful for applying styles to entire columns, instead of repeating the styles for each column, and for each row
The col tag in HTML is used to set the column properties for each column within a colgroup tag.
The comment tag is used to insert comments in the HTML code.
The data element gives an address to a given content with a machine-readable translator.
The datalist tag is used to provide autocomplete feature & used with an input tag so that users can easily fill the data in the forms using se
The dd tag is used to denote the description or definition of an item in a description list.
The define tag in HTML represents the definition element and is used to represent a defining instance in HTML.
Delete tag is used to mark a portion of text which has been deleted from the document.
This tag is used to create an interactive widget that the user can open or close.
This tag is used to create a popup dialog and models on a web page. This tag is new in HTML5.
The dir tag is used to make a list of directory titles. It is not supported in HTML 5 <ul> or CSS are used instead of <dir> tag.
The div tag is used in HTML to make divisions of content in the web page (text, images, header, footer, navigation bar, etc).
The dl tag in HTML is used to represent the description list. In HTML4.1, it defines definition list and in HTML5, it defines description list.
The dt tag in HTML is used to specify the description list. It is used inside the <dl> element. It is usually followed by a <dd> tag.
It is used as a container for embedding plug-ins such as flash animations.
The fieldset tag in HTML5 is used to make a group of related elements in the form, and it creates the box over the elements.
The figurecaption tag in HTML is used to set a caption to the figure element in a document. This tag is new in HTML5.
The figure tag in HTML is used to add self-contained content like illustrations, diagrams, photos, or codes listed in a document.
The font tag in HTML plays an important role in the web page to create an attractive and readable web page.
The footer tag in HTML is used to define a footer of HTML document. This section contains the footer information.
This form is used basically for the registration process, logging into your profile on a website or creating your profile on a website, etc …
HTML Frames are used to divide the web browser window into multiple sections. Not supported in HTML5.
The frameset element contains one or more frame elements. It is used to specify the number of rows and columns in a frameset with thei
The head tag in HTML is used to define the head portion of the document which contains information related to the document.
The header tag is used to contain the information related to the title and heading of the related content.
An HTML heading tag is used to define the headings of a page. These 6 heading elements are h1, h2, h3, h4, h5, and h6; with h1 being the
The hgroup tag in HTML is used to wrap one or more heading elements from <h1> to <h6>, such as the headings and sub-headings.
The hr tag in HTML stands for horizontal rule and is used to insert a horizontal rule.
The html tag in HTML is used to define the root of HTML and XHTML documents.
The iframe tag defines a rectangular region within the document in which the browser can display a separate document.
HTML Image, how to add the image in HTML. In earlier times, the web pages only contains textual content, which made them appear quite
The input tag is used within < form> element to declare input controls that allow users to input data.
The ins tag is typically used to mark a range of text that has been added to the document.
The index tag is used to query any document through a text field.
This tag is generally used to display a technical term, phrase, the important word in a different language.
The text enclosed within kbd tag is typically displayed in the browser’s default monospace font.
The keygen tag in HTML is used to specify a key-pair generator field in a form. When a form is submitted then two keys are generated, the
The label tag in HTML is used to provide a usability improvement for mouse users.
The legend tag is used to define the title for the child contents. The legend elements are the parent element.
The list tag in HTML is used to define the list item in an HTML document. It is used within an Ordered List <ol> or Unordered List <ul>.
The main tag is used to give the main information of a document. The content inside the <main> element should be unique for the docum
The mark tag in HTML is used to define the marked text. It is used to highlight the part of the text in a paragraph.
The marquee tag in HTML is used to create scrolling text or images on a webpage. It scrolls either horizontally or vertically.
The menuitem tag is used to define a command or menu that the user can utilize from the popup item. Not supported in HTML5.
The meta tag is regularly used to give watchwords, portrayals, author data, and other metadata that might be utilized by the program to d
It is used to define the scale for measurement in a well-defined range and also supports a fractional value.
The nav tag is used for declaring the navigational section in HTML documents. Websites typically have sections dedicated to navigational li
The no break tag is used to create a single line text, that does not matter how long the statement is, this tag is used with <wbr> tag.
The noembed tag is used to show that the browser is not supported by <embed> tag.
The noscript tag in HTML is used to display the text for those browsers which does not support the script tag or the browsers disable the s
The object tag is an HTML tag used to display multimedia like audio, videos, images, PDFs, and Flash on web pages.
This tag is used to create a group of the same category options in a drop-down list.
The option tag in HTML is used to choose an option from a Drop-Down menu.
The output tag in HTML is used to represent the result of a calculation performed by the client-side script such as JavaScript.
The <p> tag in HTML defines a paragraph. These have both opening and closing tags.
The param tag in HTML is used to define a parameter for plug-ins which is associated with <object> element.
In HTML, phrase tag is used to indicate the structural meaning of a block of text.
The pre tag in HTML is used to define the block of preformatted text which preserves the text spaces.
It is used to represent the progress of a task. It is also defined how much work is done and how much is left to download a thing.
The q tag is a standard quotation tag and is used for short quotations.
The rp tag in HTML is used to provide parentheses around a ruby main text which defines the information.
The rt tag in HTML is used to define the explanation of the ruby annotation which is a small text, attached to the main text.
The ruby tag in HTML is used to specify the ruby annotation which is a small text, attached with the main text to specify the meaning of th
This tag is used to specify that the text content is no longer correct or accurate. This tag is similar but slightly different from <del> tag.
It is a phrase tag used to define the sample output text from a computer program.
The script tag in HTML is used to define the client-side script.
Section tag defines the section of documents such as chapters, headers, footers, or any other sections.
The small tag in HTML is used to set small font sizes. It decreases the font size by one size (from medium to small, from x-large to large).
The source tag in HTML is used to attach multimedia files like audio, video, and pictures.
The spacer tag is used to create some white space. Not-supporte in HTML5 .
The HTML span element is a generic inline container for inline elements and content.
HTML strike tag, along with understanding its implementation through the example. The <strike> tag defines a strike or line through Text.
The strong tag in HTML is the parsed tag and is used to show the importance of the text. Make that text bold.
The style tag in HTML helps us to design the web page.
The sub-tag is used to add a subscript text to the HTML document.

The <summary> tag in HTML is used to define a summary for the <details> element.
HTML SVG Basics, & their implementation through the examples. SVG stands for Scalable Vector Graphics.
HTML Table, various ways to implement it, & will also understand its usage through the examples. HTML Table is an arrangement of data i
The tbody tag in HTML is used to make a group of the same type of content of the body element.
The table data tag is used to define a standard cell in an HTML table.
The template tag in HTML is used to store the HTML code fragments, which can be cloned and inserted in an HTML document.
This tag is used in HTML table with header and body which is known as “thead” and “tbody”.
The table header tag in HTML is used to set the header cell of a table. Two types of cells in the HTML table Header & Standard.
This tag is used in HTML tables as head and body which are known as thead and tbody.
The time tag is used to display the human-readable date/time. It can also be used to encode dates and times in a machine-readable form.
The title tag in HTML is used to define the title of HTML document. It sets the title in the browser toolbar.
The table row tag is used to define a row in an HTML table. The <tr> element contains multiple <th> or <td> elements.
The tracking tag specifies text tracks for media components audio and video.
The tt tag is the abbreviation of teletype text. This tag is depreciated from HTML 5. It was used for marking Keyboard input.
The underline tag in HTML stands for underline, and it’s used to underline the text enclosed within the <u> tag.
It is a phrase tag used to specify the variable in a mathematical equation or in a computer program.
HTML5 Video, along with knowing the different ways to add the videos to the HTML page.
The wbr tag is used to define the position within the text which is treated as a line break by the browser.
The XMP tag is used to create any content in letter format.
Syntax
< !DOCTYPE html >
<abbr title=” “> … </abbr>
<acronym title=” “> … </acronym>
<address> … </address>
<a herf=” “> …</a>
<applet>….</applet>
<area>
<article>..</article>
<aside>..</aside>
<audio>..</audio>
<base href = ” “>
<basefont>
<bdi> … </bdi>
<bdo dir> Contents… </bdo>
<bgsound src=””>
<big> Contents… </big>
<blockquote> Contents… </blockquote>
<body> Contents… </body>
<b>… </b>
<br>
<button type = “button”>
<caption align = “value”></caption>
<canvas id = “script”> Contents</canvas>
<center> Contents.</center>
<cite>Content</cite>
<code>Contents</code>
<colgroup> Column lists </colgroup>
<col attribute = “value”>
<!–…–>
<data value=””> Contents </data>
<datalist>Contents</datalist>
<dd>Contents</dd>
<dfn>Contents</dfn>
<del>Contents</del>
<details>Contents</details>
<dialog open> Contents… </dialog>
<dir> Lists… </dir>
<div>Content</div>
<dl> Contents… </dl>
<dt> Content… </dt>
<embed attributes>
<fieldset>Contents</fieldset>
<figcaption> Figure caption </figcaption>
<figure> Image content… </figure>
<font attribute = “value”> Content </font>
<footer> … </footer>
<form> Form Content… </form>
<frame/>
<frameset cols = “pixels|%|*”>
<head>…</head>
<header> …</header>
<h1>Heading1</h1><h2>Heading2</h2>
<hgroup> … </hgroup>
<hr>
<html> Contents </html>
<iframe src=”URL” title=”description”></iframe>
<img src=”url” alt=”some_text” width=”” height=””>
<input type = “value” …. />
<ins> Contents… </ins>
<isindex prompt=”search”>
<i> Contents</i>
<kbd> text content … </kbd>
<keygen name = “name”>
<label> form content… </label>
<legend> Text </legend>
<li> List Items </li>
<main>Coontents</main>
<mark> Contents… </mark>
<marquee>Contents</marquee>
<menuitem label=”” icon=”” type> </menuitem>
<meta attribute-name=”value”>
<meter attributes…> </meter>
<nav> Links… </nav>
<nobr> Statement </nobr>
<noembed> Element </noembed>
<noscript> Contents… </noscript>
<object>…</object>
<optgroup>…</optgroup>
<option> Contents… </option>
<output> Results… </output>
<p> Content </p>
<param name=”” value=””>
<em> Text Content </em>
<pre> Contents… </pre>
<progress attributes…> </progress>
<q> Contents… </q>
<rp>[</rp> Explaination… <rp>]</rp>
<rt> Explanation… </rt>
<ruby attributes> Contents… </ruby>
<s> Contents… </s>
<samp> Contents… </samp>
<script> Script Contents… </script>
<section> Section Contents </section>
<small> Contents… </small>
<source src=”” type=””> </source>
<spacer type=”” size=””>
<span class=””>Some Text</span>
<strike> Contents </strike>
<strong> Contents… </strong>
<tagname style=”property:value;”>
<sub>subscript text</sub><sup>superscript text</sup>

<summary> Content </summary>


<svg height=”” width=””>
<table>… </table>
<tbody> // Table contents </tbody>
<td>……..</td>
<template> Contents </template>
<tfoot> // Table footer contents… </tfoot>
<th> Contents… </th>
<thead>Table head Contents…</thead>
<time attribute> Time… </time>
<title> Title name </title>
<tr>…..</tr>
<track attribute>
<tt> Contents… </tt>
<u> Contents… </u>
<var> Contents… </var>
<video src=”” controls> </video>
<wbr>
<xmp> statement </xmp>

You might also like