Sorry if this question is very basic, but I'm trying to get back into programming and I'm stuck with this.
I want to have text input into a <div>
in HTML, but I don't want the default chat box that comes with <input>
. I just want it to directly print to a location within the <div>
.
How can I do this?