The Universal Resource Identifier is used to make HTML document resources accessible to Internet web browsers. Enter a suitable URI path to create a web page automatically.
Example 1
Absolute path:
http://www.mysite.com/images
This would result in a resource named "garden1.png" being accessed as
"http://www.mysite.com/images/garden1.png"
Example 2
Relative path:
images
This would result in a resource named "garden1.png" being accessed as
"images/garden1.png"