+ 2
Html input
Can somebody tell me how to link an HTML input to JavaScript
3 Answers
0
nope I'll tell you how
HTML:
<form>
<input type="text">
<input type="submit">
<form>
0
how can the input be taken from the html to JavaScript
Can somebody tell me how to link an HTML input to JavaScript