HTML常用标签大全及html标签的特点

2019-01-15 09:47:11王振洲

3.链接

<base href=地址> 为页面上的所有链接规定默认地址或默认目标   <a  href=地址 target=_top></a> 指定超链接目标的 URL(全窗口连接)
<a href=地址></a> 指定超链接目标的 URL   <a href=地址 target=页框名></a> 指定超链接目标的 URL(在指定页框连接)
<a href=地址 target=_blank></a> 指定超链接目标的 URL(另开新窗口)