July 1998
Intermediate to advanced
1456 pages
65h 5m
English
REL — NN n/a IE n/a HTML 4
REL=”linkTypes"Optional
Defines the relationship between the current element and the
destination of the link. Also known as a forward
link, not to be confused in any way with the destination
document whose address is defined by the HREF
attribute. The HTML 4.0 recommendation defines several link types,
and it is up to the browser to determine how to employ the value. The
element must include an HREF attribute for the
REL attribute to be applied.
<SPAN REL="next chapter" HREF="chapter3.html">...</SPAN>
Case-insensitive, space-delimited list of HTML 4.0 standard link types applicable to the element. Sanctioned link types are:
alternate |
contents |
index |
start |
appendix |
copyright |
next |
stylesheet |
bookmark |
glossary |
prev |
subsection |
chapter |
help |
section |
None.
Read now
Unlock full access