I searched all day along and finally found out all I need on USA2017.
/From the "Feedback collection on USA2017.INUMO.RU", USA2017.INUMO.RU./
Forms: The <textarea>. Lesson 17. The <textarea> element defines a multi-line input field (a text area). We can place default text between <textarea></textarea> tags. This text will be shown after webpage's download. The <textarea> element must have attribute name. Attribute name is a name of variable to pass to a form-handler. Attribute cols in text area <textarea> sets amount of columns of current text area. Attribute rows in text area <textarea> sets amount of rows of current text area.
The <textarea> element defines a multi-line input field (a text area). Tag <textarea> remind
tag <img /> we have studied before. Tags <textarea></textarea> and <img /> are similar, both are continuing in webpage's space without interruption. But there is a difference. Tag <img /> is a single tag. Tag <textarea></textarea> is a pair tag. Why so? We can place default text between <textarea></textarea> tags. This text will be shown after webpage's download.
All rest features of <textarea></textarea> are much easy to understand and remember.
There are following features we have to know to use <textarea></textarea> element:
name="message1" - The <textarea> element must have attribute name. Attribute name is a name of variable to pass to a form-handler.
id="message1" - Attribute id here we will use to set description in <p></p> with construction <label for="message1">. When an user clicks the text of description, text area should be activated for input/correction.
cols="72" - Attribute cols in text area <textarea> sets amount of columns of current text area.
rows="8" - Attribute rows in text area <textarea> sets amount of rows of current text area.
Codes to set into the test page:
<form action="formdata.php" method="POST" name="form1">
<p><label>Name (max 32 chars): <input type="text" name="name1" size="32" maxlength="32" /></label></p>
<p><label>Password (max 6 chars): <input type="password" name="pas1" size="10" maxlength="6" /></label></p>
<p>Do you love America? :::::
<label>Yes<input type="radio" name="love_america" value="yes" checked="checked" /></label> ... or ...
<label>No<input type="radio" name="love_america" value="no" /></label>
</p>
<p>What states of US do you like?</p>
<p>
<label><input type="checkbox" name="ny" value="" />New York</label>
<label><input type="checkbox" name="florida" value="" checked="checked" />Florida</label>
<label><input type="checkbox" name="texas" value="" />Texas</label>
</p>
<p>What states of US do you like (choice using select)?</p>
<p>
<select name="states_of_us" size="3" multiple="multiple">
<option value="ny">New York</option>
<option value="florida" selected="selected">Florida</option>
<option value="texas">Texas</option>
</select>
</p>
<p><label for="message1">Please share your info about USA:</label></p>
<p><textarea name="message1" id="message1" cols="72" rows="8">USA is a wonderful country everybody have to visit and to view by own eyes!
But only if you have lots of money. The finance system in USA very unbending.
The law is very strict. If out of a hundred payments he makes ninety-nine and does not have enough money to make the hundredth payment, the thing he is paying for will be taken away. For the vast majority, property is a fiction. Everything, even the bed on which this desperate optimist and enthusiastic defender of property sleeps, belongs not to him but to the industrial company or to the bank. It is enough for a man to lose his job, and the very next day he begins to understand clearly that he is no kind of proprietor at all...</textarea></p>
</form>
So we have placed mentioned above things on our test webpage: article_017.html
← click to view, how it looks on this website...
article_017.zip
← download this webpage in zip archive to set on your website.
"1&1" - one of the largest web hosts in the world.
Register with one of the largest web hosts in the world.
Our broad product portfolio of domains, website packages, web hosting packages and high-end server solutions gives you plenty of choice.
Click Here → ↓
Happy new searching to you!
What to do and where to go?
USA2017.INUMO.RU :: main page. Somebody think about future. We make future today. Peace, freedom, happiness for everyone in USA and everywhere on the Earth in 2017.
Email to president of USA in 2017 :: don't hesitate to share your info with administrative staff of USA2017. Help us make world around better.
USA 2017. Search page. Search Box. :: What is search? Search is the activity of looking thoroughly in order to find something or someone. Life is searching and searching is a zest of our life. When you try to locate or discover, or try to establish the existence of something, use the search box on USA 2017.
HTML tutorial on USA 2017, main page. :: HTML is an ace of base of Internet. This HTML tutorial has been created for newcomers to let them quickly understand Internet basics. From other side, experienced users also will found some lessons to be useful. This HTML tutorial contains hundreds of HTML examples. Also there are built-in lab works to ease for users process of understanding how some opportunities are actual today.
Chess portal on USA2017. :: Chess is the best game over the world. Chess makes your brain work good and your soul feel happy. Chess is taught to children in schools around the world today. Many schools host chess clubs, and there are many scholastic tournaments specifically for children. Tournaments are held regularly in many countries, hosted by organizations such as the United States Chess Federation and the National Scholastic Chess Foundation. I don't think about chess as a sport, for me chess is an art.
Toggle numbers on left and right :: Click here if you want to remove or set back numbers on the left and right sides of your screen.
Remove ads :: Click here if you want to remove ads off this page.
Change ads :: Click here if you want to change ads on this page. After your click, all ads will be resorted by following way: ad1 → ad2, ad2 → ad3, ad3 → ad1.
If you plan to come back later...
Please remember this page -
URL: https://usa2017.inumo.ru/html/p017.html