HTML TAG <base> | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 6

HTML TAG <base>

this tag for what are used ??!

2nd Jan 2018, 7:05 AM
Yousef Eabitan
Yousef Eabitan - avatar
1 Odpowiedź
+ 16
The <base> tag specifies the base URL/target for all relative URLs in a document. For example, you can set the base URL once at the top of your page in header section, then all subsequent relative links will use that URL as a starting point. https://www.w3schools.com/tags/tag_base.asp
2nd Jan 2018, 7:55 AM
Dev
Dev - avatar