案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
6
<form action="/example/html/form_action.aspx">
7
<textarea name="message" rows="10" cols="30">
8
The cat was playing in the garden.
9
</textarea>
10
</form>
11
12
</body>
13
</html>