HTML Tags for Beginners
HTML Tags for Beginners
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.
<embed src="yourfile.mid" autostart="true" Music will begin playing
hidden="false" loop="false"> when your page is loaded
<embed> 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> font <font face="Times New Roman">Example</font> Example (Tip)
<font face="Times New Roman"
<font> font Example (Tip)
size="4">Example</font>
2 HTML Tags Chart
<font face="Times New Roman" size="+3"
<font> font Example (Tip)
color="#ff0000">Example</font>
<form action="mailto:[email protected]">
Name: <input name="Name" value="" Name: (Tip)
size="10"><br>
<form> form
Email: <input name="Email" value="" size="10"><br> Email:
<center><input type="submit"></center> Submit
</form>
heading of
<head>Contains elements describing the
<head> HTML Nothing will show
document</head>
document
<head>
<link rel="stylesheet" type="text/css"
<link> link
href="style.css" />
</head>
(Tip)
List item 1
<menu>
<li type="disc">List item 1</li> o List item 2
<menu> menu <li type="circle">List item 2</li>
<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 Nothing will show (Tip)
CONTENT="4;URL=http://www.yourdomain.com/">
<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)
5 HTML Tags Chart
<ol> ordered list Numbered Numbered
Example 3:
Column 1 Column 2
<table cellpadding="2" cellspacing="2" Row 2 Row 2
width="100%">
<tr>
<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>
<th> table header <div align="center"> Colum Colum Colum
<table> n1 n2 n3
<tr> Row 2 Row 2 Row 2
<th>Column 1</th> Row 3 Row 3 Row 3
<th>Column 2</th>
Row 4 Row 4 Row 4
<th>Column 3</th>
</tr>
<tr>
<td>Row 2</td>
<td>Row 2</td>
<td>Row 2</td>
</tr>
<tr>
<td>Row 3</td>
8 HTML Tags Chart
<td>Row 3</td>
<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
title
bar. (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
<u> underline <u>Example</u> Example
Example 1:<br> Example 1:
<br>
<ul> List item 1
<li>List item 1</li> List item 2
<li>List item 2</li>
</ul>
<br>
Example 2:
Example 2:<br>
<ul> unordered list
<ul type="disc">
<li>List item 1</li> List item 1
<li>List item 2</li> List item 2
<ul type="circle"> o List item
<li>List item 3</li> 3
<li>List item 4</li> o List item
</ul> 4
</ul>