What are the recommendations for html <base> tag?

前端 未结 17 2232
一向
一向 2020-11-21 10:17

I\'ve never seen HTML tag actually used anywhere before. Are there pitfalls to its use that means I should avoid it?

The fact that I have never noticed

17条回答
  •  南方客
    南方客 (楼主)
    2020-11-21 10:43

    Also, you should remember that if you run your web server at non-standard port you need to include port number at base href too:

      // from base url
      // for one step above
    

提交回复
热议问题