Whenever I use HTML's
<h1>Heading Here</h1>
tag, the heading appears too close to the left side of the browser window. I would like it to shift slightly towards the right side (not centered though). How can I achieve this adjustment?
Can this be done with just HTML, or would I need to incorporate CSS or bootstrap?