Sunday, August 2, 2009

When referencing a file located in a different folder than the link tag, you must include the ____ for th?

the file?





a. link


b. path


c. anchor


d. map

When referencing a file located in a different folder than the link tag, you must include the ____ for th?
B. Path





If the file is in some other folder, then page/program needs to know how to get there. You'll need to include the full or relative Path to the file.
Reply:link tag is something like


%26lt;a href="somelink.htm"%26gt;Click here%26lt;/a%26gt;





if on a server you do need to reference a file is another folder it goes


%26lt;a href="..\somelink.htm"%26gt;Click%26lt;/a%26gt;





or





%26lt;a href="newLinks\somelink.htm"%26gt;Click%26lt;/a%26gt;





anchor and map is not always necessary unless you want to have a "jump to a part of the page" function. include in the header of the th


%26lt;th id="map1"%26gt;





and chnage the link to


%26lt;a href="somelink.htm#map1"%26gt;Click%26lt;/a%26gt;


No comments:

Post a Comment