HTML Tags Chart
To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page.
Tag | Name | Code Example | Browser View | |
<!-- | comment | <!--This can be viewed in the HTML part of a document--> | Nothing will show (Tip) | |
<a - | anchor | <a href="http://www.domain.com/"> | Visit Our Site (Tip) | |
<b> | bold | <b>Example</b> | Example | |
<big> | big (text) | <big>Example</big> | Example (Tip) | |
<body> | body of HTML document | <body>The content of your HTML page</body> | Contents of your web page (Tip) | |
<br> | line break | The contents of your page<br>The contents of your page | The contents of your web page | |
<center> | center | <center>This will center your contents</center> | This will center your contents | |
<dd> | definition description | <dl> | Definition Term Definition of the term Definition Term Definition of the term | |
<dl> | definition list | <dl> | Definition Term Definition of the term Definition Term Definition of the term | |
<dt> | definition term | <dl> | Definition Term Definition of the term Definition Term Definition of the term | |
<em> | emphasis | This is an <em>Example</em> of using the emphasis tag | This is an Example of using the emphasis tag | |
<embed> | embed object | <embed src="yourfile.mid" width="100%" height="60" align="center"> |
| |
<embed> | embed object | <embed src="yourfile.mid" autostart="true" hidden="false" loop="false"> |
| |
<font> | font | <font face="Times New Roman">Example</font> | Example (Tip) | |
<font> | font | <font face="Times New Roman" size="4">Example</font> | Example (Tip) | |
<font> | font | <font face="Times New Roman" size="+3" color="#ff0000">Example</font> | Example (Tip) | |
<form> | form | <form action="mailto:you@yourdomain.com"> | ||
<h1> | heading 1 | <h1>Heading 1 Example</h1> | | |
<head> | heading of HTML document | <head>Contains elements describing the document</head> | Nothing will show | |
<hr> | horizontal rule | <hr /> |
Contents of your web page | |
<hr> | horizontal rule | <hr width="50%" size="3" /> | Contents of your web page Contents of your web page | |
<hr> | horizontal rule | <hr width="50%" size="3" noshade /> | Contents of your web page Contents of your web page | |
<hr> | horizontal rule | <hr width="75%" color="#ff0000" size="4" /> | Contents of your web page Contents of your web page | |
<hr> | horizontal rule | <hr width="25%" color="#6699ff" size="6" /> | Contents of your web page Contents of your web page | |
<html> | hypertext markup language | <html> | Contents of your web page | |
<i> | italic | <i>Example</i> | Example | |
<img> | image | <img src="Earth.gif" width="41" height="41" border="0" alt="text describing the image" /> | | |
<input> | input field | Example 1: | ||
<input> | input field | Example 2: | ||
<input> | input field | Example 3: | ||
<input> | input field | Example 4: | ||
<input> | input field | Example 5: | ||
<input> | input field | Example 6: | ||
<li> | list item | Example 1: | Example 1: (Tip)
| |
<link> | link | <head> |
| |
<marquee> | scrolling text | <marquee bgcolor="#cccccc" loop="-1" scrollamount="2" width="100%">Example Marquee</marquee> | (Tip) | |
<menu> | menu | <menu> |
| |
<meta> | meta | <meta name="Description" content="Description of your site"> | Nothing will show (Tip) | |
<meta> | meta | <meta HTTP-EQUIV="Refresh" CONTENT="4;URL=http://www.yourdomain.com/"> | Nothing will show (Tip) | |
<meta> | meta | <meta http-equiv="Pragma" content="no-cache"> | Nothing will show (Tip) | |
<meta> | meta | <meta name="rating" content="General"> | Nothing will show (Tip) | |
<meta> | meta | <meta name="robots" content="all"> | Nothing will show (Tip) | |
<meta> | meta | <meta name="robots" content="noindex,follow"> | Nothing will show (Tip) | |
<ol> | ordered list | Numbered <ol type="a"> <ol type="A"> <ol type="A" start="3"> <ol type="i"> <ol type="I"> <ol type="I" start="7"> | Numbered
Numbered Special Start
Lowercase Letters
Capital Letters
Capital Letters Special Start
Lowercase Roman Numerals
Capital Roman Numerals
Capital Roman Numerals Special Start
| |
<option> | listbox option | <form method=post action="/cgi-bin/example.cgi"> | ||
<p> | paragraph | This is an example displaying the use of the paragraph tag. <p> This will create a line break and a space between lines. | This is an example displaying the use of the paragraph tag. This will create a line break and a space between lines. Example 2: Example 3: | |
<small> | small (text) | <small>Example</small> | Example (Tip) | |
<strike> | deleted text | <strike>Example</strike> | Created By © 2009 MRViRGO for www3.WapZan.Com -
|