前端学习A标签

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A标签</title>
</head>
<body>
<a href="http://www.php.cn" target="_self" >php中文网</a>
<a href="http://www.php.cn" target="_blank" >php中文网:新窗口</a>
<a href="http://www.php.cn" target="_parent">php中文网:父窗口打开</a>
<a href="http://www.php.cn" target="_top">php中文网:顶层窗口打开</a>
<a href="http://www.baidu.com">百度</a>
<a href="http://www.sina.cn">新浪</a>
<h2>好好学习 天天向上</h2>
</body>
</html>
posted @ 2019-06-03 17:41  cyrus_j  阅读(430)  评论(0编辑  收藏  举报