📜  HTML base标签

📅  最后修改于: 2020-11-04 00:51:50             🧑  作者: Mango

HTML 标签

HTML标记用于指定基本URI或URL,以用于HTML文档中包含的所有相对链接。

只有一个元素可以在文档中指定,并且必须放置在元件。我们还可以使用target属性指定其他链接的打开方式(在同一窗口,在另一个窗口等)。

句法


在HTML中元素不包含结束标记,但在XHTML结束标记中是必须的。

以下是有关标签

Display None
Start tag/End tag Only start-tag
Usage Anchors and links

在同一窗口中打开(默认情况下)




    Base tag
    
    
 
 
        

List of Web developement Tutorial

HTML tutorial
CSS tutorial
Bootstrap tutorial
JavaScript tutorial
JavaScript tutorial

在上面的示例中,我们使用了基本URL =“ https://www.javatpoint.com”,所有其他相关链接都将其视为起始URL。此处(/)定义当前文档的根URL。

在新视窗中开启(在_blank中使用标签):




    Base tag
    
    
 
 
        

List of Web developement Tutorial

HTML tutorial
CSS tutorial
Bootstrap tutorial
JavaScript tutorial
JavaScript tutorial

在上面的示例中,我们仅使用target =“ _ blank”标记,但应用于整个文档链接。

属性

标签特定属性:

Attribute Value Definition
href URL It specifies the base URL for all relative links.
target
_blank Open the relative link in the new window
_self Open the relative link in current window
_parent Open the relative link in the parent frame
_top Open the links in full width of the page

全局属性

标签支持HTML中的所有全局属性

事件属性

不支持HTML中的事件属性

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes