html5行级标签

行级标签

 

超链接
<a href=""></a>
页面链接
<!--href:指定为页面跳转的路径
target:页面的打开位置
_seft:当前页面打开
_blank:在新页面打开-->
锚点链接
<a name="top"></a><!--锚点-->
<div style="height: 1200px;background-color: green">
<button style="position: fixed;bottom:0px;right:0px">
<a href="#top">返回页面顶部</a>
</button>
功能性链接
<a href="tencent:.//message/?uin=1269617235">发送qq消息</a>
<a href="https://52551123@qq.com">发邮件</a>

img标签
<img src="../img/1.jpg" alt="图片加载失败" width="200" height="300" align="right">

文体标签
<!--斜体,强调-->
<em>版权所有,侵权必究</em><br>
<!--斜体-->
<i>版权所有,侵权必究</i><br>
<!--粗体-->
<strong>版权所有,侵权必究</strong><br>
<b>版权所有,侵权必究</b><br>


 

posted @ 2017-07-20 10:06  被窝是青春的坟墓!  阅读(82)  评论(0编辑  收藏  举报