HTML Tags - Bca
HTML Tags - Bca
The
abbreviation
tag in HTML is
abbreviatio used to define
<abbr title=” “> … </abbr>
n the
abbreviation
or short form
of an element.
The acronym
tag in HTML is
used to define
the acronym
that gives
useful
acronym <acronym title=” “> … </acronym>
information to
browsers,
translation
systems, and
search
engines.
tag in HTML
indicates the
contact
information of
a person or an
organization.
The anchor
tag in HTML is
anchor used to create <a herf=” “> …</a>
a hyperlink on
the webpage.
map a portion
of an image to
make it
clickable by
the end-user.
The <article>
tag is one of
the new
sectioning
article elements in <article>..</article>
HTML5. The
tag is used to
represent an
article.
It is a useful
tag if you want
to add audio
audio such as songs, <audio>..</audio>
interviews,
etc. on your
webpage.
specify a base
URI, or URL,
for relative
links. This
URL will be
the base URL
for every link
on the page.
The bgsound
tag is used to
play the
bgsound <bgsound src=””>
soundtrack in
the
background.
The
blockquote
tag in HTML is
used to
display the
<blockquote> Contents…
blockquote long
</blockquote>
quotations (a
section that is
quoted from
another
source).
importance.
table. Only
one caption
can be
specified for
one table.
computer
code.
It is useful for
applying
styles to
entire
columns,
colgroup <colgroup> Column lists </colgroup>
instead of
repeating the
styles for each
column, and
for each row
the HTML
code.
The data
element gives
an address to
a given
data <data value=””> Contents </data>
content with a
machine-
readable
translator.
The datalist
tag is used to
provide an
autocomplete
feature & used
with an input
datalist tag so that <datalist>Contents</datalist>
users can
easily fill the
data in the
forms using
select the
data.
used to
denote the
description or
definition of
an item in a
description
list.
Delete tag is
used to mark
a portion of
delete text which has <del>Contents</del>
been deleted
from the
document.
Tags Description Syntax
This tag is
used to create
an interactive
details <details>Contents</details>
widget that
the user can
open or close.
This tag is
used to create
a popup
dialog and
dialog models on a <dialog open> Contents… </dialog>
web page.
This tag is
new in
HTML5.
The dl tag in
HTML is used
to represent
the
description
list. In
dl HTML4.1, it <dl> Contents… </dl>
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
dt <dt> Content… </dt>
inside the
<dl> element.
It is usually
followed by a
<dd> tag.
plug-ins such
as flash
animations.
The fieldset
tag in HTML5
is used to
make a group
of related
fieldset <fieldset>Contents</fieldset>
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
<figcaption> Figure caption
figcaption figure element
</figcaption>
in a
document.
This tag is
new in
HTML5.
Tags Description Syntax
contains the
footer
information.
This form is
used basically
for the
registration
process,
logging into
form <form> Form Content… </form>
your profile
on a website
or creating
your profile
on a website,
etc …
HTML Frames
are used to
divide the web
browser
frame window into <frame/>
multiple
sections. Not
supported in
HTML5.
Tags Description Syntax
The frameset
element
contains one
or more frame
elements. It is
used to
frameset specify the <frameset cols = “pixels|%|*”>
number of
rows and
columns in a
frameset with
their pixel of
spaces.
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
<h1>Heading1</
heading elements are
h1><h2>Heading2</h2>
h1, h2, h3, h4,
h5, and h6;
with h1 being
the highest
level and h6
being the
least.
heading
elements from
<h1> to <h6>,
such as the
headings and
sub-headings.
The hr tag in
HTML stands
for horizontal
hr rule and is <hr>
used to insert
a horizontal
rule.
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
<img src=”url” alt=”some_text”
image only contains
width=”” height=””>
textual
content, which
made them
appear quite
boring and
uninteresting.
input data.
This tag is
generally used
to display a
technical
italic term, phrase, <i> Contents</i>
the important
word in a
different
language.
monospace
font.
The keygen
tag in HTML is
used to
specify a key-
pair generator
field in a form.
keygen When a form <keygen name = “name”>
is submitted
then two keys
are generated,
the private
key and a
public key.
is used to
define the title
for the child
contents. The
legend
elements are
the parent
element.
<main>
element
should be
unique for the
document.
The marquee
tag in HTML is
used to create
scrolling text
marquee or images on a <marquee>Contents</marquee>
webpage. It
scrolls either
horizontally
or vertically.
tag is used to
define a
command or
menu that the
user can
</menuitem>
utilize from
the popup
item. Not
supported in
HTML5.
information
about a
document.
It is used to
define the
scale for
measurement
in a well-
meter <meter attributes…> </meter>
defined range
and also
supports a
fractional
value.
enables users
to navigate
the site.
The no break
tag is used to
create a single
line text, that
does not
nobreak matter how <nobr> Statement </nobr>
long the
statement is,
this tag is
used with
<wbr> tag.
This tag is
used to create
a group of the
optgroup same category <optgroup>…</optgroup>
options in a
drop-down
list.
In HTML,
phrase tag is
used to
phrase indicate the <em> Text Content </em>
structural
meaning of a
block of text.
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
progress <progress attributes…> </progress>
much work is
done and how
much is left to
download a
thing.
The q tag is a
standard
quotation tag
q <q> Contents… </q>
and is used for
short
quotations.
HTML is used
to provide
parentheses
around a ruby
<rp>]</rp>
main text
which defines
the
information.
The rt tag in
HTML is used
to define the
explanation of
the ruby
rt <rt> Explanation… </rt>
annotation
which is a
small text,
attached to
the main text.
attached with
the main text
to specify the
meaning of
the main text.
This tag is
used to
specify that
the text
content is no
longer correct
s <s> Contents… </s>
or accurate.
This tag is
similar but
slightly
different from
<del> tag.
It is a phrase
tag used to
define the
samp sample output <samp> Contents… </samp>
text from a
computer
program.
Tags Description Syntax
Section tag
defines the
section of
documents
such as <section> Section Contents
section
chapters, </section>
headers,
footers, or any
other
sections.
The HTML
span element
is a generic
inline
span <span class=””>Some Text</span>
container for
inline
elements and
content.
g its
implementati
on through
the example.
The <strike>
tag defines a
strike or line
through Text.
subscrip
t text to
the
HTML
docume
nt.
The
<sup>
tag is
used to
add
superscr
ipt text
to the
HTML
docume
nt.
The
<summary>
tag in HTML is
summary used to define <summary> Content </summary>
a summary for
the <details>
element.
to implement
it, & will also
understand its
usage through
the examples.
HTML Table is
an
arrangement
of data in
rows and
columns, or
possibly in a
more complex
structure.
table.
The template
tag in HTML is
used to store
the HTML
code
template fragments, <template> Contents </template>
which can be
cloned and
inserted in an
HTML
document.
This tag is
used in HTML
table with
header and <tfoot> // Table footer contents…
tfoot
body which is </tfoot>
known as
“thead” and
“tbody”.
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 <thead>Table head
thead
which are Contents…</thead>
known as
thead and
tbody.
form.
audio and
video.
The tt tag is
the
abbreviation
of teletype
text. This tag
tt is depreciated <tt> Contents… </tt>
from HTML 5.
It was used for
marking
Keyboard
input.
The underline
tag in HTML
stands for
underline, and
underline it’s used to <u> Contents… </u>
underline the
text enclosed
within the <u>
tag.
specify the
variable in a
mathematical
equation or in
a computer
program.
HTML5 Video,
along with
knowing the
video different ways <video src=”” controls> </video>
to add the
videos to the
HTML page.
letter format.