+ 2
How can I design a simple webpage that contains a button when I press the button requires an action that shows a messages . the
Hellp
2 Answers
+ 4
<button onclick="alert('message')" >CLICK Me </button>
+ 2
Was it not clear from the html tutorial?