type="text" > on change event? How to display <input type="text" > value on the html-page as a simple html text that is taken from <input type="text" > ? The value of the displayed text should be updated immediately once you started typing something at <input type="text" > ? Should we use onChange event? Should we use <div></div>? How?
Thank you.
Thank you.