Tutorial Reference # 117
Title: HTML Tag ReferenceLanguage: HTMLDescription: A list of the most used tags in HTML.Author: devilsonAdded: July 23, 2007, 11:34 amRating: Not ratedYou need to be logged in to rate a tutorial
Code:
<html> </html>
The main tag
Code:
<head> </head>
header tag
Code:
<body> </body>
body tag
Code:
<b> </b>
makes the font bold
Code:
<center> </center>
aligns things in center
Code:
<br>
break line tag
Code:
space tag
Code:
<p> </p>
define paragraph
Code:
<H1> </H1>
makes the font as a heading
Code:
<u> </u>
underlines the font
Code:
<i> </i>
makes the font italic
Code:
<pre> </pre>
to create pre formated text
Code:
<strike> </strike>
makes striked text or word
Code:
<font> </font>
sets font color, size, type
Code:
<img> </img>
used to add image
Code:
<a> </a>
linking tag
Code:
<marquee> </marquee>
make text move
Code:
<blink> </blink>
make text blink
Code:
<ul> </ul>
used to list things
Code:
<li> </li>
used to list things
Code:
<table> </table>
to define table
Code:
<tr> </tr>
table row inside table
Code:
<td> </td>
table column inside row
Code:
<hr>
horizontal line tag
Code:
<form> </form>
define forms
Code:
<textarea> </textarea>
shows text area
Code:
<input> </input>
creates form types
Code:
<select> </select>
used to create combo box
Code:
<meta>
meta tags are used to redirect, refreh pages
Code:
<iframe> </iframe>
used to create internal frames