I am writing a quiz in html
and I would like to insert a consistent blank vertical space between questions (like one would use vspace{3 cm}
in LaTeX).
For example:
<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>
Is there a straight forward way of doing this using just html
and css
?
question from:
https://stackoverflow.com/questions/9140999/how-can-i-insert-vertical-blank-space-into-an-html-document 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…