Presentation is loading. Please wait.

Presentation is loading. Please wait.

CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images.

Similar presentations


Presentation on theme: "CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images."— Presentation transcript:

1 CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images

2 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Goals By the end of today’s lecture, you should … … understand how to create relative paths to files.… understand how to create relative paths to files. … understand how to create absolute paths to files.… understand how to create absolute paths to files.

3 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science First, A Few Notes … In web development, we use the forward slash ( / ) to indicate a directory.In web development, we use the forward slash ( / ) to indicate a directory. Always begin with the current document in mind.Always begin with the current document in mind. Use../ to go back a directory level.Use../ to go back a directory level.

4 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Absolute Links To create a link to another site (one outside of your own public_html directory), use the full URL for the site: http://www.iupui.edu/To create a link to another site (one outside of your own public_html directory), use the full URL for the site: http://www.iupui.edu/ To include a link for your e-mail, use the mailto: protocol: mailto:student@cs.iupui.eduTo include a link for your e-mail, use the mailto: protocol: mailto:student@cs.iupui.edu

5 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Fill in the Blank public_html images index.html smiley.gif Create an in index.html to display the image smiley.gif. ANSWER:

6 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Fill in the Blank public_htmlabout_us index.html Create a link from beginnings.html to index.html. ANSWER: Our Home Page history beginnings.html

7 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Fill in the Blank public_htmlabout_us support.html Create a link from beginnings.html to support.html. ANSWER: Our Support Page history beginnings.html services

8 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Fill in the Blank public_html support.html Create a link from support.html to IUPUI’s website. ANSWER: Visit IUPUI services

9 N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Questions?


Download ppt "CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images."

Similar presentations


Ads by Google