5_实体字符.html 335 B

1234567891011121314151617
  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. <title>Document</title>
  7. </head>
  8. <body>
  9. <!-- 实体字符 -->
  10. hello &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; world!
  11. <!-- 10<20 -->
  12. 10&lt;20
  13. a&#768;
  14. </body>
  15. </html>