< < 小于号或显示标记
    > > 大于号或显示标记
    & & 可用于显示其它特殊字符
    " 引号
    ® ® 已注册
    © © 版权
    商标
      不断行的空白
    1. <!DOCTYPE html>
    2. <html lang="en">
    3. <head>
    4. <meta charset="UTF-8">
    5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
    6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
    7. <title>Document</title>
    8. </head>
    9. <body>
    10. #include &lt;iostream&gt;&amp;
    11. &quot;&quot;
    12. &reg;
    13. &copy;
    14. &trade;
    15. &nbsp;
    16. 空格
    17. </body>
    18. </html>