⛏️ text-decoration:none
By default when we create a hyperlink we have an underline to it, If you have an anchor tag in HTML, and you do not want it to have an underline, then it is achievable using text-decoration CSS attribute.
A link with an underline.
Code:
<a href="http://code2care.org">http://code2care.org</a>
Result:
A hyperlink without a underline - by using: text-decoration:none
Code:
<a href="http://code2care.org" style="text-decoration:none">http://code2care.org</a>
Result:
http://code2care.orgMore Posts related to Html,
- Comprehensive 256 Ascii code table with Html Hex IBM Microsoft Key
- HTML5 HELLO WORLD Example
- What is the doctype for HTML5?
- The author stylesheet specified in tag script is too long - document contains 21759 bytes whereas the limit is 10000 bytes
- W3 : character data is not allowed here html validation error
- HTML, HTML5. CSS, CSS3 Color Codes 2020
- Obsolete marquee element alternatives html5
- Create HTML button that looks like a href hyperlink
- All directional arrows codes for HTML
- Adding Sub Headings to Bootstrap Header tags
- Hyperlink in html (anchor tag) without a underline
- Align html element at the center of page vertically and horizontally
- How to remove old 404 pages ulrs from Google crawler
- How to set background color in HTML page?
- Default speed of Marquee tag : SCROLLAMOUNT
- W3 HTML validator warning Unable to Determine Parse Mode
- Get HTML table td, tr or th inner content value with id or name attribute
- reCaptcha Verification expired. Check the checkbox again
- How to word wrap in HTML
- Base 64 Index, Character and Binary Table
- Fibonacci series from 1 to 500 table
- How to make a div tag clickable
- Remove Html head and body tags from ckeditor source
- remove div vertical scroll
- Chessboard with pieces using pure HTML and CSS
More Posts:
- Android : java.lang.IllegalArgumentException File contains a path separator - Android
- Calculate Volume of Cylinder - C-Program
- How to add hint text in bootstrap input text field and text area - Bootstrap
- Android Studio emulator/Device logCat logs not displayed - Android-Studio
- Copy file from one directory to other in Php - PHP
- Calculate Volume of Ellipsoid - C-Program
- How to get UTC (GMT) using javascript - JavaScript
- AVD Pixel_2_API_15 is already running. [Android Studio] - Android-Studio
- SharePoint 2010 August 2015 Update KB3055049 - Duplicate Document ID issue bug fixed - SharePoint
- Get Browser Screen Width and Height dynamically using jquery - jQuery
- Multiple line editing in Notepad++ - NotepadPlusPlus
- Merge-SPlogfile PowerShell - SharePoint Correlation ID error - SharePoint
- SharePoint Server 2016 Preview installation error - This Product Key isn't a valid Microsoft Office 2016 Product Key. Check that you've entered it correctly. - SharePoint
- How to kill tomcat server process using Mac Terminal Command - Tomcat
- Detect Data roaming in Android Application - Android