Tag Name Code Example Browser View: H.T.Patel
Tag Name Code Example Browser View: H.T.Patel
<embed src="yourfile.mid" autostart="true" Music will begin playing
embed hidden="false" loop="false"> when your page is loaded
<embed>
object <noembed><bgsound src="yourfile.mid" and will only play one time.
loop="1"></noembed> A control panel will be
displayed to enable your
visitors to stop the music.
<font face="Times New
<font> font Example (Tip)
Roman">Example</font>
H.T.Patel
<font face="Times New Roman"
<font> font
size="4">Example</font> Example (Tip)
<font> font
<font face="Times New Roman" size="+3"
color="#ff0000">Example</font> Example (Tip)
<form action="mailto:[email protected]">
Name: <input name="Name" value=""
Name: (Tip)
size="10"><br>
<form> form Email: <input name="Email" value="" Email:
size="10"><br>
<center><input type="submit"></center> Submit
</form>
heading
<head>Contains elements describing the
<head> of HTML Nothing will show
document</head>
document
H.T.Patel
<img src="Earth.gif" width="41" height="41"
<img> image
border="0" alt="text describing the image" />
(Tip)
Example 1:
H.T.Patel
<option>option 5</option>
<option>option 6</option>
</select><br>
<input type="Submit"
value="Submit"></center>
</form>
Example 6:
Example 6: (Tip)
<form method=post action="/cgi-
bin/example.cgi"> Select an option:
Select an option:<br>
<input type="radio" name="option"> Option 1 Option 1
<input type="radio" name="option" checked>
Option 2 Option 2
<input type="radio" name="option"> Option 3
Option 3
<br>
<input> input field
<br>
Select an option:
Select an option:<br>
<input type="checkbox" name="selection"> Selection 1
Selection 1
<input type="checkbox" name="selection" Selection 2
checked> Selection 2
<input type="checkbox" Selection 3
name="selection"> Selection 3 Submit
<input type="Submit" value="Submit">
</form>
<marquee
<marquee bgcolor="#cccccc" loop="-1"
> scrolling
scrollamount="2" width="100%">Example
(Internet text
Marquee</marquee>
Explorer)
(Tip)
<menu> menu <menu> List item 1
H.T.Patel
<li type="disc">List item 1</li>
<li type="circle">List item 2</li>
o List item 2
<li type="square">List item 3</li>
</menu>
List item 3
<meta name="Description"
content="Description of your site">
<meta> meta Nothing will show (Tip)
<meta name="keywords" content="keywords
describing your site">
<meta HTTP-EQUIV="Refresh"
<meta> meta CONTENT="4;URL=http://www.yourdomain.co Nothing will show (Tip)
m/">
<meta http-equiv="Pragma" content="no-
<meta> meta Nothing will show (Tip)
cache">
<meta> meta <meta name="rating" content="General"> Nothing will show (Tip)
<meta> meta <meta name="robots" content="all"> Nothing will show (Tip)
<meta name="robots"
<meta> meta Nothing will show (Tip)
content="noindex,follow">
<ol> ordered Numbered Numbered
list 1. List item 1
<ol> 2. List item 2
<li>List item 1</li> 3. List item 3
<li>List item 2</li> 4. List item 4
<li>List item 3</li>
<li>List item 4</li> Numbered Special Start
</ol>
5. List item 1
Numbered Special Start
6. List item 2
7. List item 3
<ol start="5">
8. List item 4
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li> Lowercase Letters
<li>List item 4</li>
</ol> a. List item 1
b. List item 2
Lowercase Letters c. List item 3
d. List item 4
<ol type="a">
<li>List item 1</li> Capital Letters
<li>List item 2</li>
<li>List item 3</li> A. List item 1
<li>List item 4</li> B. List item 2
</ol> C. List item 3
D. List item 4
Capital Letters
H.T.Patel
F. List item 4
H.T.Patel
Attributes: This will create a line break
and a space between lines.
Example 1:<br>
<br> Attributes:
<p align="left">
This is an example<br> Example 1:
displaying the use<br>
of the paragraph tag.<br> This is an example
<br> displaying the use
Example 2:<br> of the paragraph tag.
<br>
<p align="right">
This is an example<br> Example 2:
displaying the use<br>
of the paragraph tag.<br> This is an example
<br> displaying the use
Example 3:<br> of the paragraph tag.
<br>
<p align="center"> Example 3:
This is an example<br>
displaying the use<br> This is an example
of the paragraph tag. displaying the use
of the paragraph tag.
small
<small> <small>Example</small> Example (Tip)
(text)
deleted
<strike> <strike>Example</strike> Example
text
strong
<strong> <strong>Example</strong> Example
emphasis
Example 1:
H.T.Patel
<td bgcolor="#cccccc">Column 1</td>
<td bgcolor="#cccccc">Column 2</td>
</tr>
<tr>
<td>Row 2</td>
<td>Row 2</td>
</tr>
</table>
<table border="2" cellpadding="2"
cellspacing="2" width="100%">
<tr>
<td> table data <td>Column 1</td>
Column 1 Column 2
<td>Column 2</td>
</tr>
</table>
<div align="center">
<table>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td>Row 2</td>
<td>Row 2</td>
<td>Row 2</td> Column Column Column
</tr> 1 2 3
table
<th> <tr> Row 2 Row 2 Row 2
header
<td>Row 3</td> Row 3 Row 3 Row 3
<td>Row 3</td> Row 4 Row 4 Row 4
<td>Row 3</td>
</tr>
<tr>
<td>Row 4</td>
<td>Row 4</td>
<td>Row 4</td>
</tr>
</table>
</div>
Title of your web page will
document
<title> <title>Title of your HTML page</title> be viewable in the title bar.
title
(Tip)
<table border="2" cellpadding="2"
cellspacing="2" width="100%">
<tr>
<tr> table row <td>Column 1</td> Column 1 Column 2
<td>Column 2</td>
</tr>
</table>
<tt> teletype <tt>Example</tt> Example
H.T.Patel
<u> underline <u>Example</u> Example
Example 1:<br>
<br> Example 1:
<ul>
<li>List item 1</li> List item 1
<li>List item 2</li> List item 2
</ul>
<br>
unordered Example 2:<br> Example 2:
<ul>
list <ul type="disc">
<li>List item 1</li>
<li>List item 2</li> List item 1
<ul type="circle"> List item 2
<li>List item 3</li> o List item 3
<li>List item 4</li>
</ul> o List item 4
</ul>
H.T.Patel