Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

button functions html

<script>
 function myFunction() {
   alert("ALERT");
 }
</script>
<button onclick="myFunction">Click</button>
 
PREVIOUS NEXT
Tagged: #button #functions #html
ADD COMMENT
Topic
Name
1+3 =