+ 1
Use of <base>?
What is the use of <base> tag? Why and how is it used?
5 Respostas
+ 10
so you don't need to write the path of the file everytime....
+ 14
With <base> we specify a url which will be used as a starting of all urls in that html and thus the urls will be shortened.
+ 2
Yea.. But what's the point here of defining base, I mean when the page's default URL is already there why do I need to define a base? (I'm confused.. Maybe I'm looking in wrong direction)
+ 2
Oww wow.. Now i understand.. thanks 😍