0
How I can create a dialog box in html
4 Réponses
+ 3
You may use JavaScript to do that...
And it is simple:
To output something with a pop-up box use:
alert("Whatever you wamt to say");
+ 1
Do you want to create dialogue box ?
It is called modal in bootstrap
I would recommend you to learn bootstrap, it saves lot of time.. If you feel difficulty in learning Java script or css3
0
it's not that I want create a dialog box or a chat if you want