EscapeE

URI path

URI path

Previous topic Next topic No expanding text in this topic  

URI path

Previous topic Next topic JavaScript is required for expanding text  

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"