Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Massage_v1_2023
:
test.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!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>