码迷,mamicode.com
首页 > Web开发 > 详细

HTML的a标签

时间:2017-12-27 14:25:34      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:html

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>菜鸟教程(runoob.com)</title>

<!--内部样式-->

<style>

a{text-decoration:none;}

a:hover{text-decoration:underline;}

</style>

<!--下划线一开始没有-->

<!--鼠标经过出现-->

</head>

<body>

<!--target属性是以什么方式打开超链接的页面,blank是用新的窗口打开-->

<a href="http://www.runoob.com" target="_blank">这是一个链接使用了 href 属性</a>


</body>

</html>


HTML的a标签

标签:html

原文地址:http://blog.51cto.com/13400327/2055056

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!