如何在 HTML 页面上显示 HTML 片段?

How to display HTML snippet on a HTML page?

我希望我的项目显示网站上引用的 <div>。我正在使用 <code> 标签。然而,它没有出现。这是我正在使用的代码片段:

        <div class="section">
            <h3>Additional Style</h3>
            <h2>Box Model of <code><div></code>
            <!--
            I want this code to output the following: Box Model of <div>

            However, it outputs: Box Model of

            -->
            </h2>
            <ul>
                <li>padding: 40px,</li>
            </ul>
        </div>

谢谢!

使用 &gt;&lt; 代替代码。

来源:https://www.w3schools.com/html/html_entities.asp

使用这个<h2>Box Model of &ltdiv&gt