), headings (
), lists (
Example: HTML Tags Chart
AI-enhanced title and description
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.
<a href="http://www.domain.com/"> <a - anchor Visit Our Site (Tip) Visit Our Site</a>
The contents of your page<br>The contents of your The contents of your web page <br> line break page The contents of your web page
<dl> <dt>Definition Term</dt> Definition Term definition <dd>Definition of the term</dd> Definition of the term <dd> description <dt>Definition Term</dt> Definition Term <dd>Definition of the term</dd> Definition of the term </dl>
<dl> <dt>Definition Term</dt> Definition Term definition <dd>Definition of the term</dd> Definition of the term <dl> list <dt>Definition Term</dt> Definition Term <dd>Definition of the term</dd> Definition of the term </dl>
<dl> <dt>Definition Term</dt> Definition Term definition <dd>Definition of the term</dd> Definition of the term <dt> term <dt>Definition Term</dt> Definition Term <dd>Definition of the term</dd> Definition of the term </dl>
<embed src="yourfile.mid" autostart="true" embed hidden="false" loop="false"> Music will begin playing when your page is <embed> object <noembed><bgsound src="yourfile.mid" loaded and will only play one time. A control loop="1"></noembed> panel will be displayed to enable your visitors to stop the music.
<form action="mailto:you@yourdomain.com"> 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> </form> Submit<h1> heading 1 <h1>Heading 1 Example</h1><h2> heading 2 <h2>Heading 2 Example</h2><h3> heading 3 <h3>Heading 3 Example</h3><h4> heading 4 <h4>Heading 4 Example</h4><h5> heading 5 <h5>Heading 5 Example</h5><h6> heading 6 <h6>Heading 6 Example</h6>
heading of <head>Contains elements describing the<head> HTML Nothing will show document</head> document
<html> <head> <meta> hypertext <title>Title of your web page</title><html> markup Contents of your web page </head> language <body>HTML web page contents </body> </html>
Example 2:
Example 3:
Submit Clear
Example 5:
Example 6: (Tip)
Select an option: Example 6:
Example 1: (Tip) List item 1 Example 1:
<head> <link rel="stylesheet" type="text/css"<link> link href="style.css" /> </head>
(Tip)
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/">
Lowercase Letters a. List item 1 b. List item 2 <ol type="a"> c. List item 3 <li>List item 1</li> d. List item 4 <li>List item 2</li> <li>List item 3</li> <li>List item 4</li> Capital Letters </ol> A. List item 1 Capital Letters B. List item 2 C. List item 3 <ol type="A"> D. List item 4 <li>List item 1</li> <li>List item 2</li> Capital Letters Special Start <li>List item 3</li> <li>List item 4</li> </ol> C. List item 1 D. List item 2 Capital Letters Special Start E. List item 3 F. List item 4 <ol type="A" start="3"> <li>List item 1</li> Lowercase Roman Numerals <li>List item 2</li> <li>List item 3</li> <li>List item 4</li> i. List item 1 </ol> ii. List item 2 iii. List item 3 Lowercase Roman Numerals iv. List item 4
<ol type="i"> Capital Roman Numerals <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> I. List item 1 <li>List item 4</li> II. List item 2 </ol> III. List item 3 IV. List item 4 Capital Roman Numerals
small<small> (text) <small>Example</small> Example (Tip)
deleted<strike> <strike>Example</strike> Example text
strong<strong> <strong>Example</strong> Example emphasis
Example 1:
Example 3: Example 3: (Tip) <table cellpadding="2" cellspacing="2" width="100%"> <tr> Column 1 Column 2 <td bgcolor="#cccccc">Column 1</td> Row 2 Row 2 <td bgcolor="#cccccc">Column 2</td> </tr> <tr> <td>Row 2</td> <td>Row 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> </tr> Column Column Column <tr> table 1 2 3<th> header <td>Row 3</td> Row 2 Row 2 Row 2 <td>Row 3</td> Row 3 Row 3 Row 3 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> document Title of your web page will be viewable in the<title> <title>Title of your HTML page</title> title title bar. (Tip)
</table><tt> teletype <tt>Example</tt> Example<u> underline <u>Example</u> Example
Example 1:<br> <br> List item 1 <ul> <li>List item 1</li> List item 2 <li>List item 2</li> </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"> <li>List item 3</li> List item 2 <li>List item 4</li> o List item 3 </ul> </ul>
o List item 4