HTML “Button”
-
I am trying to create simple html buttons to carry out functions.
I can create the buttons…but they will not carry out the function??
EXAMPLE A: (like the look does not work)
<button>Music Archive</button>EXAMPLE B: (works…don’t like the look)
<FORM METHOD=”LINK” ACTION=”https://dudewalker.org/music/”>
<INPUT TYPE=”submit” VALUE=”Music Archive”>
</FORM>I can create a png image and use the function…however, it adds a lot of code to a simple function.
Any suggestions…?
- The topic ‘HTML “Button”’ is closed to new replies.