HTML5实体符号2-9

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 6     <meta http-equiv="X-UA-Compatible" content="ie=edge">
 7     <title>实体符号</title>
 8 </head>
 9 <body>
10     <p>人民币:&#165;</p>
11     <p>版权:&copy;</p>
12     <p>5 &lt; 8</p>
13     <p>9 &gt; 6</p>
14 </body>
15 </html>

 

posted @ 2019-10-22 14:27  Like-66  阅读(149)  评论(0)    收藏  举报