Re: Suggestion for <SECTION> tag

On Tuesday 15 February 2005 22:20, Adeel Javed wrote:
>
> Now this portion of the webpage could be accessed from another webpage by
> simply linking to this particular section of the page, using the LINK tag.
> ---------------------------------------------------------------------------
> <!-- where you want to display the information -->
> <LINK url="url of the source page" sectionId="stockReport"/>
> ---------------------------------------------------------------------------
>                                                                            
>         webpage b
>
> This is a better way according to me for external linking.

The existing way would be:

  <link ... href="otherpage.html#stockReport" />

or...

  <a href="otherpage.html#stockReport">the stock report</a>

I don't immediately see any advantage to your suggestion.  If anything it adds 
overhead.

TX

-- 
             Email: Trejkaz Xaoza <trejkaz@trypticon.org>
          Web site: http://trypticon.org/
         Jabber ID: trejkaz@jabber.zim.net.au
   GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F  A62C B8C7 BC8B 037E EA73

Received on Wednesday, 16 February 2005 08:31:06 UTC