0
How to make comment form with submit button and yes it should be work
<form name="input" action=" html_form_submit.asp " method="get"> <textarea name="comment">type your comment here <input type="submit" value="submit"></input> </form>
3 Answers
+ 3
Show us your attempt..
+ 1
Where is the closing tag for the textarea?
0
see it