Tag Name Code Example Browser View
Tag Name Code Example Browser View
heading
<head>Contains elements describing the
<head> of HTML Nothing will show
document</head>
document
<head>
<link rel="stylesheet" type="text/css"
<link> link
href="style.css" />
</head>
<marquee
<marquee bgcolor="#cccccc" loop="-1"
> scrolling
scrollamount="2" width="100%">Example
(Internet text
Marquee</marquee>
Explorer)
<meta name="Description"
content="Description of your site">
<meta> meta Nothing will show
<meta name="keywords"
content="keywords describing your site">
<meta HTTP-EQUIV="Refresh"
<meta> meta CONTENT="4;URL=http://www.yourdomain.c Nothing will show
om/">
<meta http-equiv="Pragma" content="no-
<meta> meta Nothing will show
cache">
<meta> meta <meta name="rating" content="General"> Nothing will show
<meta> meta <meta name="robots" content="all"> Nothing will show
<meta name="robots"
<meta> meta Nothing will show
content="noindex,follow">
<ol> ordered Numbered Numbered
list
<ol> 1. List item 1
<li>List item 1</li> 2. List item 2
<li>List item 2</li> 3. List item 3
<li>List item 3</li> 4. List item 4
<li>List item 4</li>
</ol>
Numbered Special Start
Numbered Special Start
5. List item 1
<ol start="5"> 6. List item 2
<li>List item 1</li> 7. List item 3
<li>List item 2</li> 8. List item 4
<li>List item 3</li>
<li>List item 4</li> Lowercase Letters
</ol>
a. List item 1
Lowercase 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
<li>List item 3</li>
<li>List item 4</li>
</ol> A. List item 1
B. List item 2
Capital Letters C. List item 3
D. List item 4
<ol type="A">
<li>List item 1</li> Capital Letters Special
<li>List item 2</li> Start
<li>List item 3</li>
<li>List item 4</li> C. List item 1
</ol> D. List item 2
E. List item 3
F. List item 4
Capital Letters Special Start
Lowercase Roman
<ol type="A" start="3"> Numerals
<li>List item 1</li>
<li>List item 2</li> i. List item 1
<li>List item 3</li> ii. List item 2
<li>List item 4</li> iii. List item 3
</ol> iv. List item 4
<ol type="I">
VII. List item 1
<li>List item 1</li>
VIII. List item 2
<li>List item 2</li>
IX. List item 3
<li>List item 3</li>
X. List item 4
<li>List item 4</li>
</ol>