To link an anchor, append to
the URI the cardinal symbol # followed by the
name of the anchor.
< a name= ??? named - section ??? > Named
anchor for this section < /a >
...
< a href= ??? #named - section ??? > link
to the named section < /a >
area true shape, coords, href,
nohref, alt,
tabindex, accesskey,
onfocus, onblur,
i18n, core, events
Defines a geometric area inside a map
definition. Each area may be associated to a
different action, a document navigation, or a
script execution.
img true image, tabindex,
i18n, core, events
Embeds an image resource inside the
document. The image is referenced using the
src attribute.
map false name, i18n, core,
events
A map element defines different active areas on
an image element.
object false object, tabindex,
i18n, core, events
Is used to embed an external object (like a flash
movie or a java applet) inside the page. The
types of supported objects varies a lot with the
used browsers; usually the object type is
handled by an external plug - in.
Pages:
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086