,
Share with your friends 

Creating Comment box in HTML

7 ratings Views 220 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

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

Login to rank it

Report


Advertisement