Illustrate the text area, Computer Engineering

Assignment Help:

<TEXTAREA> specifies a form field where user can enter large amounts of text. In most respects, <TEXTAREA> works like an <INPUT> field. It can have a name as well as a default value. It has to be concerned that <TEXTAREA> is a container tag, so it has a start tag as well as an ending tag.

In its simplest form, <TEXTAREA> requires NAME, COLS and ROWS attributes and nothing between <TEXTAREA ...> and </TEXTAREA>. Look at the code fragment demonstrated below

<FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST>

your comments:<BR>

<TEXTAREA NAME="comments" COLS=40 ROWS=6></TEXTAREA>

<P><INPUT TYPE=SUBMIT VALUE="submit">

</FORM>

Gives us this form...

your comments:

Matter between <TEXTAREA ...> and </TEXTAREA> are used as the default value

<FORM ACTION="../cgi-bin/mycgi.pl">

your response:<BR>

<TEXTAREA NAME="comments" COLS=40 ROWS=6>

Kamal said

: I think it's a great idea

: but it needs more thought

</TEXTAREA>

<P><INPUT TYPE=SUBMIT VALUE="submit">

</FORM>

gives us your response:

278_Illustrate the TEXT AREA.png

Figure: Using the TEXTAREA Tag

Contents are interpreted as text only; HTML markup is ignored. Theoretically user can type unlimited amounts of text into textarea field. In practice browser sets a limit which is usually no more than 32 K. If you want users to send in their latest novel, consider using some file upload mechanism.


Related Discussions:- Illustrate the text area

Can you explain about internet protocol, Q. Can you explain about Internet ...

Q. Can you explain about Internet Protocol? Internet protocol specifies the rules which define the details of how computers communicate. It specifies exactly how a packet shoul

Explain macro definition, Explain macro definition. A unit of specifica...

Explain macro definition. A unit of specification for a program generation is termed as a macro. This consists of name, body of code and set of formal parameters.

What is the difference between in two lines of verilog code, What is the di...

What is the difference between the following two lines of Verilog code? #5 a = b; a = #5 b; #5 a = b; Wait five time units before doing the action for "a = b;". Value assig

Determine the decimal equivalent of hexadecimal number, The hexadecimal num...

The hexadecimal number for (95.5) 10 is ? Ans. (95.5) 10 = (5F.8) 16 Integer part Fractional part 0.5x16=8.0

How authoring packages supports scripting language, How authoring packages ...

How authoring packages supports scripting language Many authoring packages support a scripting language to allow for even more sophisticated applications to be produced. Scrip

Floating point format, consider the 8 bit floating point format including s...

consider the 8 bit floating point format including support for normalised nimbers and nonnumeric values.it included 3 bits for mantissa and 4 bitys for excess 7 exponent

Computer assignment problem, contributes to violence in our society. Others...

contributes to violence in our society. Others point out that television contributes to the high level of obesity among children. Now, we may have to add financial problems to the

Delete command, When the user is inputting commands into your shell, it sho...

When the user is inputting commands into your shell, it should properly handle delete and backspace. When one of these characters is detected, you will need to remove one character

Translate the sentences into predicate calculus, Translate each of the foll...

Translate each of the following sentences into predicate calculus, conceptual dependencies, and conceptual graphs: 1. Bill sold the book to the book store." 2. "John borrowed

What is server in sap terminology, What is Server in SAP terminology? ...

What is Server in SAP terminology? A component can having of one process or a group and is then known as the server for the respective service.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd