HTML Tags Chart: Tag Name Code Example Browser View
HTML Tags Chart: Tag Name Code Example Browser View
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.
<marque
<marquee bgcolor="#cccccc" loop="-1"
e> scrolling
scrollamount="2" width="100%">Example
(Internet text
Marquee</marquee>
Explorer)
(Tip)
<menu> List item 1
<li type="disc">List item 1</li>
<menu> menu <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"> Nothing will show
<meta> meta
<meta name="keywords" (Tip)
content="keywords describing your site">
<meta HTTP-EQUIV="Refresh"
Nothing will show
<meta> meta CONTENT="4;URL=http://www.yourdomai
(Tip)
n.com/">
<meta http-equiv="Pragma" content="no- Nothing will show
<meta> meta
cache"> (Tip)
Nothing will show
<meta> meta <meta name="rating" content="General">
(Tip)
Nothing will show
<meta> meta <meta name="robots" content="all">
(Tip)
<meta name="robots" Nothing will show
<meta> meta
content="noindex,follow"> (Tip)
<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
</ol> Start
Example 3: