Apologies for the vague title, I struggled to find the right words to express my issue.
I have been working on creating a web page using an HTML document. Initially, I used <div>
tags to structure the page and everything seemed to be in order. However, when I tried replacing the <div>
tags with <a>
tags, they disappeared unless floated left (or maybe right). Can anyone shed light on why this is happening and how to ensure that the <a>
tags function properly without the need for floating?