wsx123

html--基础知识(a标签 可点击链接跳转页面)

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页标题</title>

<!-- 点击链接,给全部链接点击增加跳转新窗口 ,-->
<base target="_blank" />

</head>
<body>

# a href可点击链接 

属性:

target= _blank 打开新窗口 

target= _self 打开原窗口 

#

<a href="https://www.baidu.com/?tn=49055317_4_hao_pg">1</a>
<a href="https://www.baidu.com/?tn=49055317_4_hao_pg">2</a>
<a href="https://www.baidu.com/?tn=49055317_4_hao_pg">3</a>

</body>
</html>

分类:

技术点:

相关文章:

  • 2022-02-09
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-04-23
  • 2021-09-28
  • 2021-11-17
猜你喜欢
  • 2021-12-10
  • 2021-09-14
  • 2021-11-19
  • 2022-02-09
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案