ok I can call internal pages in a few ways but I'm not sure what is best.
If I am in root directory and I want to call a page from a folder.
href="/widget/widget.html" or href="widget/widget.html"
If I am in folder 'widget' and I want to go up to the root folder how should I go?
href="/widget.html" or href="../widget.html"