A form on my website's contact -us HTML page has two fields
1) subject
2) message
When the page loads for the first time I want these two boxes to display messages like "Enter subject here" and "Enter Message here".
I found that we can do this by using the "value" attribute of the text box, is this the best way ??.. What alternatives do I have to achieve this ?