How To Remove Underline From A Link In HTML? - Tutorialspoint
Maybe your like
- Home
- Whiteboard
- Online Compilers
- Practice
- Articles
- AI Assistant
- Jobs
- Tools
- Corporate Training
- Courses
- Certifications
- Switch theme
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
We use inline style attribute with the CSS property text-decoration to remove underline from a specified link in HTML.
Syntax
Following is the syntax to remove underline from a link in HTML.
<a style="text-decoration: none" href=link>HTML tutorial</a>Example
Following is the example program to remove underline from a link in HTML.
<!DOCTYPE html> <html> <head> </head> <body> <h3>HTML-HyperText Markup Language </h3> <a style="text-decoration: none" href="https://www.youtube.com/watch?v=qz0aGYrrlhU ">HTML tutorial</a> </body> </html>Example
<!DOCTYPE html> <html> <head> </head> <body> <h2>instagram login</h2> <a style="text-decoration: none" href="https://www.instagram.com/accounts/login/">instagram login</a> </body> </html>Example
Following is another example program to remove underline from a link in HTML.
<!DOCTYPE html> <html> <head> <title>HTML Text Decoration</title> </head> <body> <h2>About</h2> <p> Our <a href="/about/about_team.htm" style="text-decoration: none;">Team</a> comprises of programmers, writers, and analysts. </p> </body> </html>
Lokesh Badavath Updated on: 2023-09-02T12:27:12+05:30 53K+ Views
Tag » A Link Without Underline Css
-
How To Remove The Underline From Links In CSS - HubSpot Blog
-
CSS Styling Links - W3Schools
-
Remove Blue Underline From Link - Css - Stack Overflow
-
How To Remove Underline For Anchors Tag Using CSS? - GeeksforGeeks
-
Remove The Underline From Hyperlink Text - Microsoft Support
-
How To Remove Underline From A Link In CSS – HTML Style Guide
-
How To Create A Link With No Underline In HTML - Computer Hope
-
Css Link Underline Disable Code Example
-
Remove Underline On A Link Using CSS - YouTube
-
Remove Blue Underline From Link In CSS | Delft Stack
-
How To Remove Underline From Link In Html Without Css?
-
Remove Underline From Link HTML
-
Remove Underline From CSS Link - Programmers Portal
-
HTML And CSS Tutorial: Removing Links Underline