Tech Study

How to define a multiline input control text area in HTML

Introduction

How to define a multiline input control text area in HTML.

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>www.techstudy.org</title>
</head>
<body>
<title>How to underline a text in a HTML document
list</title>
</head><body>
<textarea rows="4" cols="40">
Techstudy offers
step by step free
debugging solutions
for programmers.
</textarea>
</body>
</html>
</html>

Result

How to define a multiline input control text area in HTML
How to define a multiline input control text area in HTML

 

TaggedHow to define a multiline input control text area in HTML

Python datetime (With Examples)

Python datetime Python has an inbuilt module known as datetime module to basically deal with the operations on dates and …

Read more

Python Examples

Introduction: Python Examples are the basic programming concepts of python like python syntax,python data types,,python operators,python if else,python comments etc.. …

Read more