
HTML Tags List in English
HTML tags in English: webpage is designed by tag in HTML (Hyper Text Markup Language). The tag is always written inside the angle bracket. Along with the development of HTML, tags have also increased and different tags have been created for the function.
There are two types of this tag, Pair tag and Singular
tag.
Ex: Pair: <head>…</head>,
<form>…</form>, Singular: <br/>, <hr/>.
If you want to become a web developer, then you must
learn HTML and remember the tags given below. Here I have made a list of some
common html tags used in English.
Common HTML Tags List
Tag |
Description |
<! doctype> |
to define Document Type |
<-… -> |
Comment Tag is used to describe the source code. |
<html> |
to define HTML document |
<head> |
defines the header section of the HTML document. |
<title> |
to define the title of the HTML document. |
<body> |
defines the body of the HTML document. |
<style> |
Style information is defined in HTML. |
<H1> to <H6> |
o create Headings in HTML from H1 to H6 Level. |
<p> |
is used to create a paragraph. |
<hr> |
Horizontal Line is defined with this tag. |
<br> |
(Break) is used to give Single Line Break. |
<span> |
To define a section of a document. |
<div> |
To define individual sections in the (Division) Document. |
<a> |
Anchor Element is used to create Hyperlink. |
<link> |
External document to link to HTML Document. |
<meta> |
To define the meta data of
Document. |
<img> |
The image is defined. |
<map> |
Define Image-Map. |
<area> |
To define a particular area in Image-Map. |
<base> |
To Define a Base URL for Related URLs. |
<script> |
Client side Script is defined. |
<nonscript> |
It writes Alternet Content, which does not support Script. |
<frame> |
Frames are defined in the document. |
<frameset> |
Frameset is defined. |
<noframes> |
It writes Alternet Content, which does not support Frames. |
<iframe> |
Inline Frame is defined. |
HTML Formatting Tags
Tag |
Description |
<abbr> |
Abbreviation is defined. |
<b> |
To make text bold. |
<big> |
To enlarge the text from the Big Element to Normal Size. |
<blockquote> |
To quote the text. |
<center> |
To move the element to the center position. |
<code> |
Defines computer code. |
<del> |
Text that has been removed from a document. |
<font> |
To define the Font, Color and Size of the text. |
<em> |
The text is emphasized. |
<i> |
To Italicize Text. |
<ins> |
(Insert) Text written in place of deleted text is defined. |
<mark> |
Text is highlighted. |
<pre> |
Preformatted Text is defined. |
<q> |
To quote |
<small> |
To make text smaller than the normal size. |
<strike> |
To do a line (strikethrough) between text. |
<strong> |
To emphasize more important text. |
<sub> |
Add Subrscript to Text (H2) |
<u> |
(Underline) To underline text. |
Tag |
Description |
<ol> |
Number or Order Lists
are created by the Order List Element. |
<ul> |
Bullet Lists are
created by the Unorder List Element. |
<li> |
The data to be written
in the list is defined. |
<dl> |
Definition to Define
Lists. |
<dd> |
Description of
Definition Terms is defined. |
<dt> |
Definition Term is
defined. |
|
0 Response to "HTML Tags List in English "
Post a Comment