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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
+ 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