| |
| Web Hosting |
|
|
|
| |
<MAP>
|
|
| |
Specifies a container for client-side imagemap data. Inside the <MAP> container, you place instances of the <AREA> tag.
EXAMPLE:
<map name="Map">
<area shape="rect" coords="313,61,353,77" href="../index.php">
<area shape="rect" coords="362,62,395,78" href="../free-pages/free.php">
<area shape="rect" coords="404,61,464,79" href="../premium-pages/premium.php">
<area shape="rect" coords="671,60,703,78" href="../tutorial-pages/tutorials.php">
<area shape="rect" coords="713,59,750,79" href="../Links/index.php">
</map>
|
|
| |
|
|
| |
|
|
| |
<MARQUEE>
|
|
| |
Displays a scrolling text message within a document. Believe this only works on Internet Explorer and Mozilla Firefox.
EXAMPLE: <marquee direction="left" behavior="scroll" scrolldelay="250" scrollamount="10">"Get Your Template Today" : "Get Some Knowledge Today" : "Get Your Design Today"</marquee>
|
|
| |
|
|
| |
|
|
| |
<META>
|
|
| |
Specifies information about the document to browsers,applications and search engines. Place the <META> tag within the document head.
EXAMPLE:
<head>
<title>Notretsam Design
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="keywords" content="web design, web templates, custom design, free templates"
<link rel="stylesheet" href="cssstylesheets/templatescheme.css"></link>
</head>
|
|
| |
|
|
| |
|
|
|