Creating Comment box in HTML
|
|
|
Question / Problem
|
how to create Comment box in Html?
|
Solution
|
Solution:
Code:- <html> <body> <form> Comments:<br /> <textarea name="comments" id="comments"> Ranksheet is one of the great website In the world </textarea><br /> <input type="submit" value="Submit" /> </form> </body> </html>
Note: copy these notes on your notepad and save us the extension with .html and run the coding s on your Internet Explorer
|
Applies to |
|
HTML
|
Rank It |
|