How to clear the unwanted space between the tags in this html?
CSS: <style type="text/css"> html, body { border: 1px solid; width: 210mm; height: 297mm; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; } h1 { font-size: 36px; font-weight: bold; margin: 0; } h2…