Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to stop text in html from becoming a link

<style>
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
</style>
<a class="isDisabled" href="https://unfetteredthoughts.net">Disabled Link</a>
Comment

PREVIOUS NEXT
Code Example
Html :: html text box 
Html :: html preload images 
Html :: csp react 
Html :: twig check variables type 
Html :: bootstrap 4 selectpicker 
Html :: reactstrap input background color when autocomplete 
Html :: laravel blade @checked 
Html :: how to create input box in html 
Html :: input text size 
Html :: how to get a division to be in centre of screen in responsive web page for screen of any size 
Html :: html fax 
Html :: como cambiar la fuente de letra en html 
Html :: twig format currency 
Html :: change color of mark in css 
Html :: salesforce aura toggle input 
Html :: how to disable image dragging in html 
Html :: open modal when clicking fullCalendar event bootstrap 
Html :: ordered list 
Html :: html not a language 
Html :: mysql date time to html input datetime-local value 
Html :: hover over something to make html visible 
Html :: html multiplication 
Html :: bluetooth headphones cutting out 
Html :: button element in html 
Html :: change body font 
Html :: open link in new tab 
Html :: white text html 
Html :: contenteditable html 
Html :: get image from google drive 
Html :: fa fa-thumbs-o-up icon 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =