A blog reader by the name of Kevin of http://www.thebrosource.com/ alerted me to the
where cols="50" defines the box for the text area to be 50 characters wide and rows="30" defines the number of rows to be 30. Note that the test shows that you should type the text without using the ENTER key otherwise the line break will be represented by the line break tag
More details on the usage of the textarea tag at W3schools: HTML textarea tag
where cols="50" defines the box for the text area to be 50 characters wide and rows="30" defines the number of rows to be 30. Note that the test shows that you should type the text without using the ENTER key otherwise the line break will be represented by the line break tag
More details on the usage of the textarea tag at W3schools: HTML textarea tag



No comments:
Post a Comment