gpt4 book ai didi

html -

起始 - HTML

转载 作者:行者123 更新时间:2023-12-02 19:25:44 29 4
gpt4 key购买 nike

在我的 HTML 项目中,我试图提及 <p>标签。但是,VS Code 将其解释为实际的 <p>标签,它会导致奇怪的事情发生。有人有办法解决这个问题吗?预先感谢您!

最佳答案

使用&lt;代替<&gt;代替> .

顺便说一下,使用代码标签设置代码片段的样式是很常见的。

<code>&lt;p&gt;</code>

如果您需要多行代码片段,请将其包装在 pre 标记中以保留空格。

<pre><code>&lt;p&gt;
this stays indented and the newlines where added without a br tag
&lt;/p&gt;
</code></pre>

关于html - <p> 起始 - HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62421363/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com