Vikram
0
Q:

textarea in html

<textarea rows="10" cols="25">
  The cat was playing in the garden.
</textarea>
14
<!-- You need to use a textarea to get multiline handling. -->

<textarea name="Text1" cols="40" rows="5"></textarea>
3
<textarea id="w3mission" rows="4" cols="50"></textarea>
3

    <label for="w3review">Review of W3Schools:</label>

<textarea 
    id="w3review" name="w3review" rows="4" cols="50">

      At w3schools.com you will learn how to make a website. They offer free tutorials in all web development technologies. 

      </textarea>
 
-1
<textarea></textarea>
6
{!! Form::textarea('placeOfDeath',null,['class'=>'form-control', 'rows' => 2, 'cols' => 40]) !!}
0

New to Communities?

Join the community