|
HTML Tag |
Example or Description |
|
<b>Bold Tag.</b>
|
Bold Tag
|
|
<i>Italic Tag</i>
|
Italic Tag
|
|
<big>Big Text</big>
|
Big Text
|
|
<small>Small Text</small>
|
Small Text
|
|
This is <sub>Subscript</sub>
|
This is Subscript
|
|
This is <sup>Superscript</sup>
|
This is Superscript
|
|
<center>Center Tag</center>
|
Center Tag
|
|
<abbr title="World Wide Web">WWW</abbr>
|
WWW
|
|
<acronym title="Federal Bureau of Investigation">FBI</acronym>
|
FBI
|
|
<pre>Preformated Text</pre>
|
Preformated Text
|
|
<h1>Header</h1>
|
Header
|
|
<h2>Header</h2>
|
Header
|
|
<h3>Header</h3>
|
Header
|
|
<h4>Header</h4>
|
Header
|
|
<h5>Header</h5>
|
Header
|
|
<h6>Header</h6>
|
Header
|
|
<p>Paragraph Tag</p>
|
Creates a New Paragraph
|
|
<br>Line Break
|
Creates a Line Break
|
|
Line Break<br/ >
|
Another Form of a Line Break
|
|
<table></table>
|
Table
|
|
<th></th>
|
Table Header
|
|
<tr></tr>
|
Table Row
|
|
<td></td>
|
Table Data
|
|
<html>Entire HTML Document</html>
|
Entire HTML Document
|
|
<head></head>
|
Head Tag
|
|
<title>Page Title</title>
|
Page Title
|
|
<body>Body of HTML Document</body>
|
Body of HTML Document
|
|
<a href"http://link to page"></a>
|
Ancor Tag used to link pages
|
|
<img src="http://link to image>
|
Image Tag to insert pics
|
|
<script></script>
|
Enter scripting language
|
|
<-- Comment Out -->
|
Comment Out text
|