How to Disable a HTML Anchor Tag (2024)

Table of Contents

  1. Disable HTML Anchor Tag with CSS
  2. Disable HTML Anchor Tag with JavaScript
  3. Conclusion

In this post, we'll learn how to disable a HTML anchor tag using CSS or inline JavaScript.

Disable HTML Anchor Tag with CSS

The best way to disable a link tag is by using the CSS property pointer-events: none;. When you apply pointer-events: none; to any element, all click events will be disabled.

Because it applies to any element, you can use it to disable an anchor tag.

Here's how to use pointer-events: none; inline to disable a link tag:

HTML

<a href="https://sabe.io" style="pointer-events: none;">Sabe.io</a>

Alternatively, you can use CSS classes and separate the CSS:

HTML

<style> .disable-link { pointer-events: none; }</style><a href="https://sabe.io" class="disable-link">Sabe.io</a>

By using a CSS class, you can disable multiple anchor tags at once.

If you really wanted to, you could even disable all anchor tags on a page by targeting the a tag:

HTML

<style> a { pointer-events: none; }</style><a href="https://sabe.io">Sabe.io</a>

Disable HTML Anchor Tag with JavaScript

If you don't want to use CSS, you can also disable a link tag by using inline JavaScript.

Here's an example of a link that is disabled using JavaScript:

HTML

<a href="javascript:void(0)">Sabe.io</a>

If you try clicking on this link, it won't work, thereby disabling the link.

Conclusion

We've seen how to disable a link tag using CSS or JavaScript. We've also seen how to disable multiple anchor tags at once.

Hopefully, you've found this post helpful!

To learn more about web development, founding a start-up, and bootstrapping a SaaS, follow me on X!

Leave us a message!

×

How to Disable a HTML Anchor Tag (2024)
Top Articles
HSBC Investigation: clients of Britain's biggest bank exposed
Our Guide to Investing for Beginners | The Motley Fool
Tryst Utah
Cintas Pay Bill
Junk Cars For Sale Craigslist
Nfr Daysheet
Weather Annapolis 10 Day
Goldsboro Daily News Obituaries
Directions To O'reilly's Near Me
A rough Sunday for some of the NFL's best teams in 2023 led to the three biggest upsets: Analysis - NFL
How to find cash from balance sheet?
Craigslist Edmond Oklahoma
Telegram Scat
The Ultimate Style Guide To Casual Dress Code For Women
Craigslist In Visalia California
H12 Weidian
Kcwi Tv Schedule
Football - 2024/2025 Women’s Super League: Preview, schedule and how to watch
Dr. Nicole Arcy Dvm Married To Husband
Lovindabooty
They Cloned Tyrone Showtimes Near Showbiz Cinemas - Kingwood
Tomb Of The Mask Unblocked Games World
Www.1Tamilmv.con
Hannah Jewell
Revelry Room Seattle
Jeep Cherokee For Sale By Owner Craigslist
Angela Muto Ronnie's Mom
Truis Bank Near Me
Kstate Qualtrics
Netherforged Lavaproof Boots
Texters Wish You Were Here
Despacito Justin Bieber Lyrics
Dadeclerk
Mcgiftcardmall.con
Rochester Ny Missed Connections
303-615-0055
Shane Gillis’s Fall and Rise
Fedex Passport Locations Near Me
White County
The Nikki Catsouras death - HERE the incredible photos | Horror Galore
CrossFit 101
Sinai Sdn 2023
How to Find Mugshots: 11 Steps (with Pictures) - wikiHow
Muni Metro Schedule
Washington Craigslist Housing
Runescape Death Guard
Pelican Denville Nj
Sleep Outfitters Springhurst
Image Mate Orange County
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 6806

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.