Linking in XHTML 2.0
By Micah Dubinko2005-05-04
How XHTML 2.0 is Changing the Way People Think About Web Linking
The one thing basically all Web sites have in common is hyperlinks. Beginning and advanced Web surfers alike rely on links to navigate around the Web. From the earliest days of XML, the standards-builders always considered linking an essential part of their overall story arc -- in fact, the linking specification was once called "Extensible Markup Language (XML): Part 2. Linking" (see Resources).
Web authors are familiar with simple linking markup like that in Listing 1, where href attributes create links that the user can choose to follow, and src attributes create links that usually load automatically.
Listing 1. HTML linking
<a href="http://example.com" rel="example"XHTML version 2.0 preserves the basic approach here, but adds a new twist. The following information is based on the XHTML 2.0 Working Draft of 22 July 2004.
title="link to a remote page">
<img src="http://example.info/img.png"
alt="link to a remote image" />
</a>
Tutorial pages:
|
First published by IBM DeveloperWorks
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Linking in XHTML 2.0"
You must be logged in to post a comment.
Link to This Tutorial Page!

