base元素可以用于设置页面嵌入的css文件或js文件链接的基地址。
例子:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title></title>
<base href="http://www.baidu.com/"/>
</head>
<body>
<form id="form1">
<img src="img/baidu_sylogo1.gif" />
</form>
</body>
</html>
热门内容