LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » HTML Codes / HTML-CSS-PHP-JavaScript » TextArea :A Best HTML Tag To Write Something Online.

TextArea :A Best HTML Tag To Write Something Online.

TextArea: A Best HTML Tag For Providing The Visitor To Write Something.

Today we will talk about TextArea (A Best HTML Tag For Providing The Visitor To Write Something.)
Embed textareas in HTML documents using the <textarea> tag. Any text placed between the opening and closing textarea tags will be rendered inside the textarea element as the “default” text. This makes for a great way to give users an example or description of how to go about filling out the text area field. Something like, “Please limit your response to 100 characters,” would be an ideal description
As you may have noticed, the attributes cols (columns) and rows control the rendered size of the textarea. These constraints only impact how the textarea is rendered visually, and in no way do they limit the maximum number of characters a user can place inside the textarea. In fact, if you fill up the fields above with text, the fields will just continue to grow as you type and you will be able to scroll up and down as you please. Limits must be set with JavaScript and/or a server-side scripting language such as PHP. Before proceeding see the TextArea in action.


Attributes:
1.) Resize Is Available In
resize:vertical / horizontal / none;

Recommended For You:
How To Set Or Specify Referring Page Using Pure JavaScript?

2.) Outline Is Available In
outline-size: 2px;
outline-style: dotted;
outline-color: blue;
outline-width : thin / medium / thick / inherit
outline: 2px dotted blue;

3.) ReadOnly Is Available In
readonly: readonly / yes/ no;

4.) Disable Is Available In
disabled: disable / no / yes;

5.) Wrap Is Available In
wrap: soft / hard / off;

Features:
1.) It Is Best Fore User Inputs Of MultiLines.
2.) It Contains Many Features And Customization.
3.) It Is Supported By All Browsers.
4.) Simple And Quick To Load.
5.) Can Be Stylify By Adding Extra CSS Using Class Or ID.

How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Layout.
4.) Click “Add A Gadget” Where You Want To Add It.
5.) Now Scroll To “HTML-JAVASCRIPT”
6.) Click “+” Icon To Add It.
7.) Now Copy The Below Code And Paste It To There.
8.) Leave The Title Empty.
9.) Click Save, Now You Are Done.

How To Add In Website?
1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <body> </body>.
3.) Save It, Now You Are Done.

<textarea style="resize: none; outline: none;" readonly="yes" disabled="yes" placeholder="Remember, be nice! "wrap="hard" rows="2" cols="20">
+++Your Text Here+++
</textarea>

Customization:
1.) Resize None Means That Your TextArea Is Not Able To Resize By User.
2.) Outline None Means That After Clicking On TextArea, There Will No Extra Highlighting Borders Around It’s Original Border.
3.) ReadOnly Yes Means That User Cannot Edit It’s Content.
4.) Disable Yes Means That User Will See The Gray Background To Your TextArea As It Is Disabled.
5.) PlaceHolder Means To Show The Text That Will Be Vanished After The Text Of User.
6.) Wrap Hard Means That There Will Be Auto Justify The ext After Resizing The TextArea By User.
7.) Rows Means Height Of TextArea.
8.) Cols Means Width Of TextArea.

Recommended For You:
How To Open/Show And Close/Hide DIV With CSS Code?

You Like It, Please Share This Recipe With Your Friends Using...

2 Responses to “TextArea :A Best HTML Tag To Write Something Online.”

  1. ayumi says:

    wonderful work! the way you discuss the subject i’m very impressed. i’ll bookmark this webpage and be back more often to see more updates from you.

    ayumi
    http://www.brfe.net

Leave a Reply

Your email address will not be published. Required fields are marked *