javaweb
Posted 哈哈呵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javaweb相关的知识,希望对你有一定的参考价值。
<html>
<head><title>超链接页面</title></head>
<body>
<h4>超链接标签的使用</h4>
<a href="http://www.mount-tai.com.cn/nature.shtml">泰山风景介绍</a>
<hr width="100%"size="1"color="red">
<h4>图片链接标记的使用</h4>
<a href=http://www.mount-tai.com.cn/nature.shtml>
<image src="image/taishan.jpg"width="80px"height="80px"alt="请点击该图片">
</a>
</br>泰山风景介绍
</body>
</html>
以上是关于javaweb的主要内容,如果未能解决你的问题,请参考以下文章