Chapter 8, 8.6

1. Write the form of the markup tag for links.
text of link

2. What is an absolute path name? Give an example.
– It specifies the exact or absolute position of the file in the computer’s directory structure.
example: C:\Code\Java.html

3. What is a relative path name? Give an example.
– It specify the location of a target document relative to that of the currently displayed document.
example: /MyCode. html

4. Write the format of a URL to another Web site.
My e-mail

Leave a Comment