⛏️ 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,
- Remove Html head and body tags from ckeditor source
- Default speed of Marquee tag : SCROLLAMOUNT
- Align html element at the center of page vertically and horizontally
- HTML, HTML5. CSS, CSS3 Color Codes 2020
- How to add multiple spaces between html page text
- Force convert HTML text input to upper case
- Obsolete marquee element alternatives html5
- How to set background color in HTML page?
- Base 64 Index, Character and Binary Table
- Hyperlink in html (anchor tag) without a underline
- How to remove old 404 pages ulrs from Google crawler
- W3 HTML validator warning Unable to Determine Parse Mode
- Get HTML table td, tr or th inner content value with id or name attribute
- How to word wrap in HTML
- reCaptcha Verification expired. Check the checkbox again
- Adding Sub Headings to Bootstrap Header tags
- Chessboard with pieces using pure HTML and CSS
- How to turn off autocomplete in input fields in HTML Form
- All directional arrows codes for HTML
- Fibonacci series from 1 to 500 table
- W3 : character data is not allowed here html validation error
- How to make a div tag clickable
- Comprehensive 256 Ascii code table with Html Hex IBM Microsoft Key
- HTML5 HELLO WORLD Example
- Create HTML button that looks like a href hyperlink
More Posts:
- How to create Toast messages in Android? - Android
- [macOS] Change homepage Macbook Safari Browser - MacOS
- How to Adjust macOS System Font Size - MacOS
- Sharepoint Server 2016 installation Prerequisites with download links - SharePoint
- Set width and height for the label in tkinter - Python
- Share Image to WhatsApp with Caption from your Android App - WhatsApp
- Error : Facebook SDK AndroidRuntime?FATAL EXCEPTION: main - Android
- Android Studio emulator/Device logCat logs not displayed - Android-Studio