Check out the HTML code below:
<div class="front-page">
<div id="header" class="mainclass">
<h1 class="secondclass">Main Title</h1>
</div>
</div>
I am curious about how to insert h2 / h3 / h4 inside div:
<div id = "header" class = "mainclass">
?
In addition, I want to customize their positions. For example, h2 will be on the right just under h1, h3 at the bottom right, and h4 at the top right.
Is this achievable?
Any suggestions or help would be greatly appreciated!