textarea, making the field longer.

Discussion in 'HTML & Website Design' started by Matt Ridge, Sep 14, 2011.

  1. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #21
    But the HTML markup for a text area field is:

    <textarea></textarea>
    Code (markup):
    and not:
    <input type="textarea" />
    Code (markup):
    If you want a one line text field that is:
    <input type="text" />
    Code (markup):
    You can add an identifier to most elements... id="xx" class="xx"
     
    workingsmart, Sep 19, 2011 IP