I wish to have a child window in my web page, and child window can be scrolled down if there is much text in it.
I could use <textarea>, but it does not work if I put form elements in it (like <input>, <select>, etc.)
What HTML tag, or whatever, should I use to achieve that? Thank you!
I could use <textarea>, but it does not work if I put form elements in it (like <input>, <select>, etc.)
What HTML tag, or whatever, should I use to achieve that? Thank you!