Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
172 views
in Technique[技术] by (71.8m points)

python 3.x - I am using five anchor tag but only first four working

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>
question from:https://stackoverflow.com/questions/65644996/i-am-using-five-anchor-tag-but-only-first-four-working

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...