tryhtml_imglink 在线代码实例
<p>创建图片链接:
<a href="http:/html/html-tutorial.html">
<img src="/upload2/statics/images/course/smiley.gif" alt="HTML 教程" width="32" height="32"></a></p>
<p>无边框的图片链接:
<a href="http:/html/html-tutorial.html">
<img border="0" src="/upload2/statics/images/course/smiley.gif" alt="HTML 教程" width="32" height="32"></a></p>