link

Description

<link> is a tag intended to provide implementors with a variety of options for designing links. The <link> tag includes a refid attribute for linking to unique ids within the database, a linkend attribute to enable linking to external resources (an URL, for instance) and a mailto attribute to enable linking to a mail application.

Example

       <p>
          Qualified candidates should submit their resumes via e-mail (in
          MSWord format) to Jane Mangler at 
          <link mailto="jmangler@goodcompany.com">jmangler@goodcompany.com</link>
       </p>

Content

ATTRIBUTES
CONTENT DECLARATION

Parent Elements


Comments/Questions/Feedback