其他分享
首页 > 其他分享> > HTML超链接

HTML超链接

作者:互联网

在这里插入图片描述

<head>
	<title>首页</title>
	<meta charset="utf-8">
</head>
<body>
	欢迎您,
	<br />
	<a href="./login.html" target="_blank">登录</a>
	</br>
	<a href="./logout.html" target="_blank">注销</a>
</body>

在这里插入图片描述在这里插入图片描述在这里插入图片描述<p> <a href="http://1000phone.com">点击打开千峰(当前页面跳转)</a> </p><br /> <p> <a href="http://1000phone.com" target="_blank">点击打开千峰(x新页面跳转)</a> </p>

在这里插入图片描述

标签:千峰,新页面,点击,HTML,超链接,跳转,打开
来源: https://blog.csdn.net/qq_41901122/article/details/100994242