base 标签,所有链接在新页面中打开

实用的html标签<base>

<base href=”…” target=”…”>

能定义超链接等的基本行为,有人喜欢所以链接都在新页面中打开,让我改……差点冲动去一个个改,结果发现了这个标签,只要

<base target=”_blank”>

那么所有没有特别指定target属性的超链接都会在新页面中打开。

这个标签能做的不止这个,href属性可以定义默认的路径,如果指定此属性则页面中所有相对路径(对图片路径也有效)都会以此为参考。

更多细节请参考:http://www.w3schools.com/tags/tag_base.asp

This entry was posted in 页面设计 and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">