Besides <input type="button" value="Click me" />, <input type="submit" value="Click me" />, <a>Click me</a>, is there another way that can make "Click me" clickable?
|
|
|||||
|
|
|
With Javascript and CSS, you can make almost everything click-able.
Setting But again, that will only work if Javascript is enabled. |
||||||||||
|
|
|
You can use Javscript:
This of course only provides the reaction to the click, if you want to make it look clickable also you have to add some styling. |
||
|
|
|
|
By clickable do you mean something other than that it causes JavaScript onClick events to fire? Any DOM component should do that. If you want to change the cursor to indicate that something will happen when text is clicked, you can do that with CSS. |
||
|
