Attribute for <LINK ...>
TITLE = suggested title

Usage Recommendation
thumbs up use it

TITLE gives a suggested title for the resource be referred to. Mosaic uses this title in the link button at the top of the page. For example, this TITLE establishes that the next page is "chapter5.html", and that its suggested title is "Chapter 5":

<LINK REL=next HREF="chapter5.html" TITLE="Chapter 5">

Mosaic creates this link button:

picture of Mosaic's LINK icon

If you leave out the TITLE attribute, and the REL or REV value is one that Mosaic recognizes, Mosaic will use the value as the title. For example, for this tag:

<LINK REL=TOP HREF="index.html">

Mosaic produces this link button:

picture of top LINK icon





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.