How can I design a simple webpage that contains a button when I press the button requires an action that shows a messages . the | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

11th Feb 2020, 6:00 AM
Muaaz Hamad
Muaaz Hamad - avatar
2 Answers
+ 4
<button onclick="alert('message')" >CLICK Me </button>
11th Feb 2020, 6:14 AM
Gordon
Gordon - avatar
+ 2
Was it not clear from the html tutorial?
11th Feb 2020, 6:15 AM
Sonic
Sonic - avatar