| |
| HTML Code 1. Kommentar
<!-- Kommentar -->
2. Inhalt beschreiben
- <meta name="description" content="For many
people, the experience of>
- <meta name="keywords" Content="Internet Presence
Marketing, Marketing,>
3. Map in Bilder
- Client Side Image Map
- <img src=img.gif usemap="MAP-Name">
- <map name="MAP-Name">
- <area shape="#" coords="#"
href="url">
- </map>
-
- #
- shape="rect" coords="A,A',B,B'"
- (A,A')=Upper Left, (B,B')=Lower Right
- shape="circle" coords="A,A',R'"
- (A,A')=Center, R=Radius
- shape="poly" coords="A,A',B,B',C,C'..."
(A,A'>=First Corner, (B,B')=Second Corner, ...
4. META TAGS
- //Oeffnet nach 5 Sekunden automatisch diese Seite!!!
- <meta
http-equiv="REFRESH" CONTENT="5; URL=mfo_tips_mfo.html">
- Expires: The date and time after which the document should be
considered expired. An illegal date, such as "0" is interpreted
- as "now." Setting the Expires attribute to 0 may thus be
used to force a modification check at each visit. Dates must be given in
- RFC850 format, in GMT. For example:
- <META HTTP-EQUIV="expires" CONTENT="Sun, 28 Dec
1997 09:32:45 GMT">
- <META NAME="Author" CONTENT="MediData
AG">
- <META NAME="Keywords" CONTENT="javascript,
ActiveX, VRML, Push, channel,stuff">
- <META NAME="description" CONTENT="Developer.com
is ....">
- <META NAME="distribution"
CONTENT="global">
- <META NAME="resource-type"
CONTENT="document">
- <META NAME="language" CONTENT="de">
|
|
|