Topic: Basic and Most used html tag list.
Explanation:
The list is an index of html tag.
We will be seeing each tag in depth in tutorials.
<html> </html>
|
The main tag
|
<head>
</head>
|
header tag
|
<body>
</body>
|
body tag
|
<b>
</b>
|
makes the font bold
|
<center>
</center>
|
aligns things in center
|
<br>
|
break line tag
|
|
space tag
|
<p>
</p>
|
define paragraph
|
<H1>
</H1>
|
makes the font as a heading
|
<u>
</u>
|
underlines the font
|
<i>
</i>
|
makes the font italic
|
<pre>
</pre>
|
to create pre formatted text
|
<strike>
</strike>
|
makes stroked text or word
|
<font>
</font>
|
sets font color, size, type
|
<img>
</img>
|
used to add image
|
<a>
</a>
|
linking tag
|
<marquee>
</marquee>
|
make text move
|
<blink>
</blink>
|
make text blink
|
<ul>
</ul>
|
used to list things
|
<li>
</li>
|
used to list things
|
<table>
</table>
|
to define table
|
<tr>
</tr>
|
table row inside table
|
<td>
</td>
|
table column inside row
|
<hr>
|
horizontal line tag
|
<form>
</form>
|
define forms
|
<textarea>
</textarea>
|
shows text area
|
<input>
</input>
|
creates form types
|
<select>
</select>
|
used to create combo box
|
<meta>
|
meta tags are used to redirect, refresh pages
|
<iframe>
</iframe>
|
used to create internal frames
|
<embed>
</embed>
|
Embed audio in web page
|
<object>
</object>
|
Include video in web page
|
<frameset>
</frameset>
|
Frame set
|
<iframe>
</iframe>
|
Inline frame
|
<meta>
|
Meta tag for page ranking
|
<sub>
</sub>
|
Subscript and superscript
|
<phrase>
<phrase>
|
Phrase tag
|
<input
type="image">
|
button as an image
|
<area></ area>
<fieldset></ fieldset >
<!DOCTYPE>
<ol=”value”>
<acronym>
</ acronym >
<a href title=”value”>
<canvas>
|
Links using the image
|
Field-set with legend
|
|
Document Type
|
|
Bullet styles
|
|
Acronym tag
|
|
Create
|
|
Canvas
|