案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<p>
5
This example cannot be edited
6
because our editor uses a textarea
7
for input,
8
and your browser does not allow
9
a textarea inside a textarea.
10
</p>
11
12
<textarea rows="10" cols="30">
13
The cat was playing in the garden.
14
</textarea>
15
16
</body>
17
</html>
18