I am working on a django project where I have use 5 anchor tag first 4 anchor tag working fine but the 5th one is not even behaving like a link, my cursor not changing to pointer
<div class="nav-bar"> <a href=""> home </a> <a href=""> about </a> <a href=""> contact </a> <a href=""> message </a> <a href=""> post </a> </div>
2.1m questions
2.1m answers
60 comments
57.0k users