I have a page and I want simply to make a header. This header is an <h1> text aligned to the left, and an <h2> aligned to the right, in the same line, and after them, an <hr>. My code so far look as follows (if you test it, you’ll see that it’s wrong):
<h1 align="left">Title</h1>
<h2 align="right">Context</h2>
<hr/>
Thanks guys!
Keyword
float: