常用操作
显示自己的邮箱,并且发送消息
<address>
Written by <a href="mailto:easterncabbage@163.com">EasternCabbage</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
无边框的图片链接
<a href="//www.runoob.com/html/html-tutorial.html">
<img border="0" src="smiley.gif" alt="HTML 教程" width="50" height="50"></a></p>
在HTML文档中插入ID:
<a id="tips">有用的提示部分</a>
在HTML文档中创建一个链接到"有用的提示部分(id="tips")":
<a href="#tips">访问有用的提示部分</a>
posted on 2020-09-04 18:15 EasternCabbage 阅读(62) 评论(0) 编辑 收藏 举报