Prev | Current Page 504 | Next

Craig Grannell

"The Essential Guide to CSS and HTML Web Design"

nohref is the only possible
value of this attribute.
nohref=nohref
Specifies coordinates for the
clickable image map area.
Values are defined as a
comma-separated list. The
number of values depends on
the shape attribute value:
For rect, four values are
required, defining the
coordinates on the x and y
axes of the top-left and
bottom-right corners.
For circle, three values are
required, with the first two
defining the x and y
coordinates of the hot-spot
center, and the third defining
the circle??™s radius.
For poly, each pair of x and y
values defines a point of the
hot-spot??™s.
coords=
coordinates list
THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN
408
Element Attribute Description Standard attributes
Core attributes,
language attributes
Core events

Core attributes,
language attributes
continues
Defines text direction as
left to right (ltr) or right
to left (rtl). This attribute
is required.
dir=ltr|rtl
(required)
Overrides the default text
direction.
Defines where to open page
links. Can be overridden by
inline target attributes.
Cannot be used in XHTML
Strict.
target=_blank|
_parent|_self|
_top|[name]
(deprecated)
Defines the base URL to use.
This attribute is required.
href=URL
(required)
Specifies a base URL for
relative URLs on the web
page.
Renders text as bold.
This element is a physical
style, which defines what
the content looks like
(presentation only), rather
than a logical style, which
defines what the content
is (which is beneficial for
technologies like screen
readers).


Pages:
492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516