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 idu</a>
<!--  : refers to a space char-->
<!--> : refers to a >-->
<!--< : 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 阅读(125) 评论(0) 编辑 收藏 举报