Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

HTML <base> target 属性

❮ HTML <base> 标签

示例

为页面上的所有超链接和表单指定默认目标

<head>
  <base target="_blank">
</head>
自己尝试一下 »

定义和用法

target 属性指定页面中所有超链接和表单的默认目标。

可以通过使用 target 每个超链接/表单的属性。


浏览器支持

属性
target

语法

<base target="_blank|_self|_parent|_top">

属性值

价值 描述
_blank 在新窗口或选项卡中打开链接
_self 默认值。在与单击链接相同的框架中打开链接
_parent 在父框架中打开链接
_top 在窗口的整个主体中打开链接

❮ HTML <base> 标签
×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.