HTML字符实体与超链接
<!--------字符实体与超链接------>
<!-----在HTML中某些字符是预留的。如“<”号,“>”号会被认为是标签>-->
<html>
<head>
<title>ceshi</title>
<body>
1,若我们想显示版权符号<br/>
copyright <font size="5">©</font> 2004-2014 www.huameng.com.cn All Rights Reserved.
<br/>
<br/>
2,比大小<br/>
如果a < b<br/>
则b比a大
<br/>
如果b > a<br/>
则b比a大<br/>
<br/>
<font size="3" color="#FF0000">注意:实体符号对大小写敏感</font>
</body>
</head>
</html>
效果图预览
超链接
<html>
<head>
<title>ceshi</title>
<body>
<p><br/>
链接到网络上某个资源<br/>
<a href="http://www.baidu.com">链接到百度</a>
<br/><br/>
链接到本地某个资源<br/>
<a href="http://192.168.154.136/iwebmall">链接到iwebmall商城</a><br/><br/>
链接到同目录下的某个资源<br/>
<a /href="index.php">链接到apache的默认网页</a><br/>
<br/>启用邮箱<br/>
<a /href="mailto:[email protected]">联系管理员</a>
</p>
<p> </p>
</body>
</head>
</html>
页面效果图
链接测试
链接测试成功
END !
本文出自 “百折不回” 博客,请务必保留此出处http://changbo.blog.51cto.com/1316452/1602590
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。