So what does all that code mean?
- "textarea" = creates the actual textbox
- cols = size of the column-- some numeric value to say how wide the box should be (the above box is about 40)
- readonly = means that readers may not add to the code
- rows = size of rows-- some numeric value to say how tall the box should be (the above box is 5)
- then put whatever you want to say in " ". In this case, the html code is actually in the quotes.
No comments:
Post a Comment