I am currently developing a mobile web application. On the top of the page, I have designed a single line which includes a "Back" link on the left side and the page name on the right. However, instead of displaying the elements as intended, the back link appears above the page name, when it should be below. Here is the code I have been working with, but I am struggling to identify how to correct this issue.
<a style="text-decoration:none" href="resultsMap.html?radius=0&latitude=37.33&longitude=-121.85&j=true">Back</a>
<p id="name"> PageName </p>
<hr/>