Latest web development tutorials

HTML base href attribute

HTML base tag Reference Manual HTML <base> tag

Examples

All relative URL of the page specified reference URL:

<head>
<base href="http://www.w3big.com/images/">
</head>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support the href attribute.


Definition and Usage

All relative URL reference link href attribute specifies the page.


grammar

<base href="URL">

Property Value

描述
URL 作为基准 URL 的绝对 URL(比如 "http://www.w3cschool.cc/")。


HTML base tag Reference Manual HTML <base> tag