|
|
|
|
<title>...</title> |
The title tags define the enclosed text as a title for the page that is displayed in the title bar above the page. (The title is not to be confused with the file name.) |
|
Example |
<title>My Home Page</title> |
|
|
|
|
|
|
|
<tr>...</tr> |
The <tr> tags define the enclosed text as a single row for a table. |
|
Example |
<table> |
|
|
|
|
|
|
|
<tt>...</tt> |
The teletype tags define the enclosed text to be formatted and displayed using a nonproportional typeface. |
|
Example |
<tt> Here is a some text that will be formatted using Courier or some other nonproportional font.</tt> |
|
|
|
|
|
|
|
<ul>...</ul> |
The <ul> tags define the enclosed text to be treated as an unordered or bullet list. |
|
Example |
<ul> |