By using textarea we can insert multiple line inside of textarea or we can write multiple line inside of textarea . we can defined the size of HTML textarea by <cols> and <rows> attribute or can also define by CSS height and width.
<html> <body> <textarea rows="8" cols="60"> Help4code is the largest collection of programs <textarea>O/P
If we won’t highlight same text in a short way than we use quotation tag . for that we used html quote tag we put small text in quote tag.
<html> <body> <p><q> Help4code is the collection of 4000 programs</q></p> </body> </html>O/P
Help4code is the collection of 4000 programs