Sunday 18 August 2013

oDesk HTML/HTNL5 Test Question 2008 to Current Time

Question #1

You have the following directory structure.

webroot->products->ordered->delivered

The products directory has a page called Products.html and the delivered directory has a page called Delivered.html. You want to provide a link to the Products page on Delivered.html. The ideal code should be:


a. <a href=”././Products.html”> All Products </a>
b. <a href=”../../Products.html”> All Products </a>
c. <a href=”…/…/Products.html”> All Products </a>
d. <a href=”../Products.html”> All Products </a>
e. <a href=”Products.html”> All Products</a>