How can I remove space (margin) around an HTML header? August 19, 2023 by Tarik Try: h1 { margin-top: 0; } You’re seeing the effects of margin collapsing.