Base Tag in HTML


The HTML <base> tag is an element used within the <head> section of an HTML document to specify a base URL or default target for all relative URLs in the document. It acts as a reference point, allowing developers to avoid redundantly specifying the full path for every link, image, or script.

<base  href="">
 

Post a Comment

0 Comments