How to open link in new tab on html?

后端 未结 10 1900
孤独总比滥情好
孤独总比滥情好 2020-11-22 11:57

I\'m working on an HTML project, and I can\'t find out how to open a link in a new tab without javascript.

I already know that

10条回答
  •  既然无缘
    2020-11-22 12:28

    The simple way to open the link in a new tab is to add a target attribute in the link having a value equals to "_blanl", like this :

提交回复
热议问题