Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> .disabled { pointer-events: none; cursor: default; } </style> </head> <body> <h2>Отключите ссылку на текущей странице</h2> <a href="https://www.w3docs.com/" class="disabled">Нажмите сюда</a> </body> </html>