Answer to Question #264390 in HTML/JavaScript Web Application for Jainab

Question #264390

How to create a multi-line text entry in form design with an example program

(use the facilities of the <INPUT> and <TEXTAREA> tags to prompt the user by

including placeholder information in the text fields and text area.)


1
Expert's answer
2021-11-11T17:37:32-0500
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Textarea</title>
</head>
<body>
    <textarea name="textarea" rows="10" cols="50">
        Write something here
    </textarea>
</body>
</html>

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS