WD-htmllink
WD-htmllink
- Hypertext links in HTML.
- Defines link relationships (e.g. <LINK REL=Next> could be used to facilitate printing in a single document split into several files)
- Related to Style Sheet work
<LINK REL=Stylesheet MEDIA=print HREF=ukoln-print.css>
- Define TITLE attribute for hints for accessibility e.g. <A HREF="welcome.html" TITLE="The Welcome page for ACME Ltd">text</A>In this example a browser could display the text in, say, a pop-up window.