Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、<p>私のページのすべての要素は次のように表示されています。
<p>
初め 2番 等々...
初め
2番
等々...
p各要素の間に余白がないようにしたい。
p
CSSを変更することで変更できます。
p { margin: 0px; }