Lets say I am currently at:
http://site.com/folder/page.html
Is it possible to create a relative link on this page that points to http://site.com/folder/
without specifying anywhere "folder"? (And using only HTML)
UPDATE: As it turned out "./" works only in non-strict doctype mode, while "." works in both modes, so it is still a better answer in my opinion :) Thanks everybody.