gpt4 book ai didi

html - 为什么这不缩进 HTML?

转载 作者:太空宇宙 更新时间:2023-11-04 13:44:38 26 4
gpt4 key购买 nike

<div id = "topParagraph"><p id = "topParagraph">text </p>

<p id = "paragraph2"> stuff</p></div>

虽然<p>用于缩进。这是一个fiddle到。

最佳答案

您必须指定 text-indent 样式。 p 不会自动缩进,它只是创建一个新段落。尝试:

#topParagraph {
text-indent: 10px;
}

也显示在这个 fiddle 中:http://jsfiddle.net/7zybK/2/

关于html - 为什么这不缩进 HTML?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5877352/

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