Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
TEXTAREA in FORM ELEMENTS of HTML 4
2393 Views
Usage 
The textarea tag is used display text data in multiple line.
The Cols attribute is used to display width area of text.
The row attribute is used to display visible height area of text.
The disabled attribute is used to display data in disbaled format.
The readonly attribute is used to display text in read only format.
Example
<html>
<body>

<textarea readonly rows="4" cols="75">
Welcome to learning.
</textarea>

<textarea disabled rows="2" cols="75">
Welcome to knowledge.
</textarea>

</html>
</body>
Output 
Next Topics
Next lessons of current book.
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
Previous Topics
Previous lessons of current book.
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details