File "test.html"
Full Path: /home/analogde/www/Massage_v1_2023/test.html
File size: 1.13 KB
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html>
<body>
<style>
.isDisabled {
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
text-decoration: none;
}
</style>
<a class="isDisabled" href="https://unfetteredthoughts.net">Disabled Link</a>
<p>Click On The Image</p>
<a href="https://www.google.com/">
<button>
<img width="60" height="40" src="atm-card.png" title="Réglement par CB">
</button>
</a>
<br>
<a class="isDisabled" href="javascript:void(0)">
<button type="button" disabled="disabled" >
<img width="60" height="40" src="atm-card.png" title="Not available">
</button>
</a>
<br>
<a class="isDisabled" href="javascript:void(0)">
<button>
<img width="60" height="40" src="atm-card.png" alt="animal">
</button>
</a>
<br>
<p>Click On The Image</p>
<button onclick="JavaScript:alert('DONT HUNT ANIMALS')" disabled >
<img width="60" height="40" src="https://www.tutorialspoint.com/coffeescript/images/coffeescript.jpg" alt="animal">
<br>LOVE ANIMALS</button>
</body>
</html>