002_special_char.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>special char</title>
</head>
<body>
<a href="http://www.baidu.com">ba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;idu</a>
<!--&nbsp : refers to a space char-->
<!--&gt; : refers to a >-->
<!--&lt; : refers to a <-->
<!--There are a lot of this kind of special char and you can find on the internet-->
</body>
</html>

posted on 2018-09-16 22:40  langjitianyadaolao  阅读(118)  评论(0编辑  收藏  举报

导航