<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>target属性</title>
</head>
<body>
<a herf="http://www.baidu.com" target="_self"> 百度 </a><br />
<a herf="http://www.baidu.com" target="_blank"> 百度 </a>
</body>
</html>
还有就是把http改成https, 不然会出现跨域
代码写错了哟,herf改成href
你仔细检查一下你的代码,是href!!! 不是herf!!!
<a herf="http://www.baidu.com" > 百度 </a>
herf改为href?