A text area with a name attribute:
Edit code and click me
Your Result
(Some examples do not work in Google Chrome):
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <p> This example cannot be edited because our editor uses a textarea for input, and your browser does not allow a textarea inside a textarea. </p> <textarea rows="3" cols="25" name="txt_area"> At XHTML.co.il you will find all the Web-building tutorials you need. </textarea> </body> </html>
Edit the code above and click to see the result
www.xhtml.co.il
- Try it yourself