Explain how each of the three wrap attribute values of text areas work.
What will be an ideal response?
With the wrap= "off" value, all the text is displayed on a single line, scrolling to the left if the text extends past the width of the box. Text goes to the next row in the box only if the Enter key is pressed. The text is sent to the CGI script in a single line. With the wrap= "soft" value, text wraps automatically to the next row when it extends beyond the width of the text box. The text is still sent to the CGI script in a single line without any information about how the text was wrapped within the text box. With the wrap= "hard" value, text wraps automatically to the next row when it extends beyond the width of the text box. When the text is sent to the CGI script, the line-wrapping information is included, allowing the CGI script to work with the text exactly as it appears in the text box.
You might also like to view...
The CSS3 _____________ property provides for changes in property values to display in a smoother manner over a specified time
a. display b. transform c. transition d. hover
_____ apps are sold by vendors to allow the ability to track family members
Fill in the blank(s) with correct word