OLD | NEW |
---|---|
1 <!-- | 1 <!-- |
2 @MAC-ALLOW:AXRole* | 2 @MAC-ALLOW:AXRole* |
3 --> | 3 --> |
4 <!DOCTYPE html> | 4 <!DOCTYPE html> |
5 <html> | 5 <html> |
6 <body> | 6 <body> |
7 | 7 |
8 <textarea rows="4" cols="50"> | 8 <textarea rows="4" cols="50"> |
9 The textarea tag defines a multi-line text input control. | 9 The textarea tag defines a multi-line text input control. |
10 </textarea> | 10 </textarea> |
11 | 11 |
12 </body> | 12 </body> |
13 </html> | 13 </html> |
14 | |
OLD | NEW |