Jump to content

meaning of base tag


raduenea

Recommended Posts

It will change to what url will point relative urls in your document. F.E when your domain is www.example.com, this relative path

<a href="test">Test relative link</a>

will point to www.example.com/test. But if you will change base to f.e this one

<base href="http://www.new_example.com/">

"Test relative link" will point to www.new_example.com/test

Link to comment
https://forums.phpfreaks.com/topic/290943-meaning-of-base-tag/#findComment-1490493
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.