+ 5
How to add text field in html and have send button
pls help
13 ответов
+ 3
thanks
+ 2
First u will need to put this two items inside a form
like:
<form action="page.html" method="post"
<!--- or GET if u want----> >
Your namee: <input type="text" name="text-name"><br/>
<submit value="send">
<!-- u can use <button> too --->
</form>
if u need, search on google for forms html 5
+ 2
how to add button send
+ 2
thanks
+ 2
thanks
+ 2
how can adjust the size of text area ?
+ 1
If u want a multiple lines is another tag type="textarea"
+ 1
u can use form tag for this
+ 1
First u will need to put this two items inside a form
+ 1
help
0
<input type="button" name="send" value="send">
or
<input type="submit" name="send2" value="send">
0
check this one
<textarea name="message" placeholder="Message" required ></textarea>
<input type="submit" value="SEND" class="submit" />
0
I am not sure, but I guess u can put a width="50%", but the right way to do that is using css, Algo with width, but in css u put this once and all text change