example.com/it/???
title=???The Example.com homepage for the Italian readers???
hreflang=???it-IT??? > Example.com < /a >
Appendix A: Semantic HTML
584
Maps are sets of geometric areas overlaid to images. Each area may be associated to a distinct action.
They can be of two types: server side or client side. When the first type is used, the coordinates relative
to the map image are passed with the request and interpreted by the server. The client side already has a
set of area defined and does not need a call to the server to choose the action to perform.
Element
Name Empty?
Frequently used Attributes
or Attribute Groups Description
a false hyperlink, i18n,
core, events
The common use for this element is to create a
link to another document. The URI of the
pointed document must be set in the href
attribute. Another use for the element recurs on
the attribute name and it is used to create
anchors inside a document. In this way it is
possible for other documents to point to a fixed
spot in the page.
Pages:
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085