我正在用 HTML 编写一个测验,我想在问题之间插入一个一致的空白垂直空间(就像在 LaTeX 中使用 vspace{3 cm}
一样)。
例如:
<html>
<body>
<p>
This is the first question?
<!-- This is where I want about 3 cm of space -->
</p>
<p>
This is the second question?
<!-- This is where I want about 3 cm of space -->
</p>
</body>
</html>
是否有仅使用 HTML 和 CSS 的直接方法来做到这一点?
如何在 HTML 文档中插入垂直空格?
原文由 DQdlM 发布,翻译遵循 CC BY-SA 4.0 许可协议
阅读一些关于 CSS 的内容。这很有趣: CSS:em、px、pt、cm、in……