how to make a relative url code example
Example: relative ur;
## Relative URl
<a href = "/xyz.html">
##Absolute
<a href = http://www.example.com/xyz.html>
## Relative URl
<a href = "/xyz.html">
##Absolute
<a href = http://www.example.com/xyz.html>