实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<form action="demo-form.php">
6
<textarea rows="4" cols="50" name="comment">
7
输入内容...</textarea>
8
<input type="submit">
9
</form>
10
11
</body>
12
</html>
13