Basic tags of HTML :-

viteb

New member
Registered
Joined
Sep 10, 2012
Messages
1
Points
0
HTML(Hyper Text Markup Language) is a language which is used to create a website. This language is relatively easy to learn. HTML language has a different versions. Using HTML language you can do so many wonderful things in your website like to you can create headings,add pictures to the website etc. And yes,these all can be done by using series of HTML tags. Different tags are used for different purpose.

Basic tags of HTML are listed below :-

(1) Header tag <head>.
(2) Body tag <body>.
(3) Title tag <title>.
(4) Meta tag <meta>.
(5) HTML tag <HTML>.

Share some more basic tags of HTML....
 

Marc0

Well-known member
Registered
Joined
Jun 6, 2012
Messages
890
Points
28
When writing HTML, you will have to add "tags" to the text in order to create the structure for your website. These tags tell the browser how to display the text or graphics in the document.
Here's a list of html tags
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<b>
<base>
<basefont>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<dd>
<del>
<dfn>
<dir>
<div>
<dl>
<dt>
<em>
<fieldset>
<font>
<form>
<frame>
<frameset>
<head>
<h1> - <h6>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<label>
<legend>
<li>
<link>
<map>
<menu>
<meta>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<p>
<param>
<pre>
<q>
<s>
<samp>
<script>
<select>
<small>
<span>
<strike>
<strong>
<style>
<sub>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<title>
<tr>
<tt>
<u>
<ul>

Hope it's useful for everyone have references
 

sunitha

Member
Registered
Joined
Aug 21, 2012
Messages
17
Points
0
The basic html tags are as follows:
<!-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<command>
<datalist>
<dd>
<del>
<details>
<dfn>
<dir>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<frameset>
<head>
<header>
<hgroup>
<h1> - <h6>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<map>
<mark>
<menu>
<meta>
<meter>
<nav>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>
<track>
<tt>
<u>
<ul>
<var>
<video>
<wbr>
 

leszek

New member
Registered
Joined
Oct 27, 2012
Messages
4
Points
0
all that stuff properly described you can find on w3schools.com
 

Swapnil

New member
Registered
Joined
Oct 18, 2012
Messages
10
Points
0
HTML is a language used to create webpages and websites, it is an acronym for Hyper Text Markup Language, basic html tags are
<html>
<head>
<title>
<body>
<meta>
<a>
<li><ul>
all these tags are paired tags, once you open any tag you have to close it by adding slash in the beginning of the tag </html> is an end of the source tag.
 

jadensmith

Member
Registered
Joined
Nov 27, 2012
Messages
19
Points
0
That is the huge collection of HTML tags, It is more important for web designer that in basic levels.
 

annahussy

Member
Registered
Joined
Nov 30, 2012
Messages
32
Points
0
There are so many of HTML tags in HTML and all tags are very useful for making good design of website. If you want to know about all tags of HTML than you have to use W3school tutorial site that provide you good information about all HTML tags with detail.
 

aixporter

Member
Registered
Joined
Dec 12, 2012
Messages
51
Points
0
The list is extensive, but you should definitely separate the different HTML specifications. For example, <i> is no longer used in HTML5 and is replaced with the <em> tag. <b> is also replaced by <strong>.

We don't want to mix specifications even if they are grandfathered in newer revisions.
 

fab

Member
Registered
Joined
Nov 16, 2012
Messages
27
Points
0
Almost All Basic Tags In HTML Covered Within Post . One Have Sound Knowledge of them With their Attributes . Also Make Sure what to include in your work that makes Design more Creative . Like Adding Images Alt Tags gives image an Identity .
 

pramod

Well-known member
Registered
Joined
Nov 24, 2012
Messages
95
Points
0
Hi Donald,

here knowledge is comprehensive, you can learn here:D
Here almost all the basic tags of HTML are covered. But how to use it, for self learning is the post by @leszek
all that stuff properly described you can find on w3schools.com
w3schools.com is the free web developer tutorial website, and there any beginner can learn how to use these basic tags.

:)
 

telma

New member
Registered
Joined
Feb 9, 2013
Messages
5
Points
0
Halo..
i am new web development. i was worried about HTML tags.you have share very nice informative post.
Thank you
 
Last edited by a moderator:

cbil360webdesign

New member
Registered
Joined
Dec 3, 2012
Messages
8
Points
0
Basic HTML tags are generally categorized as follows:

1. HTML Structure Tags
2. HTML Meta Tags
3. HTML Text Tags
4. HTML Links Tags
5. HTML Images and Objects Tags
6. HTML List Tags
7. HTML Table Tags
8. HTML Form Tags
9. HTML Scripting Tags
10. HTML Presentational Tags
 

edwardgordy

New member
Registered
Joined
Mar 11, 2013
Messages
12
Points
0
HTML is a very popular markup language that is used to create website. It is easy to learn and implement. It's various basic tags are Header tag <head>, Body tag <body>, Title tag <title>, Meta tag <meta> and HTML tag <HTML>. It is very important for all web developers to understand these basic tags in order to design an attractive website.
 
Older Threads
Replies
19
Views
7,374
Replies
0
Views
2,048
Replies
4
Views
3,504
Newer Threads
Replies
0
Views
2,507
Adi
Replies
3
Views
2,363
Replies
6
Views
3,497
Replies
0
Views
1,928
Replies
24
Views
11,675

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top