Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>
Deep Linking
Link directly to content within a site.
Support deep linking to your site.
Alertbox:
Deep Linking is Good Linking
Example 6.2
Example 6.2 Source:
<a href="http://www.summer.harvard.edu/2006/register/default.jsp" >Regster for Harvard Summer School</a> so you can take <a href="http://www.summer.harvard.edu/2006/courses/csci.jsp#s-l" > CSCI S-L, "Advanced Web Development Using XML"</a>.
Example 6.2 Rendered:
Regster for Harvard Summer School
so you can take
CSCI S-L, "Advanced Web Development Using XML"
.
Example 6.3
Example 6.3 Source:
<a href="http://www.summer.harvard.edu/" >Register for Harvard Summer School</a> so you can take <a href="http://www.summer.harvard.edu/2006/courses/" > CSCI S-L, "Advanced Web Development Using XML"</a>.
Example 6.3 Rendered:
Register for Harvard Summer School
so you can take
CSCI S-L, "Advanced Web Development Using XML"
.
Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>