HTML Link Examples

www/
html/
newsletter/
file1.html
file2.html
training/
file3.html
file4.html
file5.html
images/
image1.jpg
image2.jpg
Apart of file1.html - <A HREF="http://www.lockheedmartin.com/www/html/newsletter/file2.html">link to file 2</A>
Apart of file1.html - <A HREF="./file2.html">link to file2</A>
Apart of file1.html - <A HREF="../file3.html">link to file3</A>
Apart of file3.html - <A HREF="../../images/image1.jpg">link to image 1</A>
Apart of file4.html - <A HREF="training/file3.html#HTML">link to file 3</A>
Apart of file5.html - <A HREF="newsletter/file1.html#Dec4">link to file 1</A>
Apart of file1.html - <A HREF="file:///C|/mypage.html">link to a file on hard drive C called mypage.html</A>

previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library