OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta name="viewport" content="width=device-width" /> | 3 <meta name="viewport" content="width=device-width" /> |
4 <title>Data file for TabsTest</title> | 4 <title>Data file for TabsTest</title> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <textarea id="textarea" rows="4" cols="20">hello world</textarea> | 7 <textarea id="textarea" rows="4" cols="10">helloworld</textarea> |
8 <button type="button" id="button" onclick='window.open("about:blank");'>Click me
!</button> | 8 <button type="button" id="button" onclick='window.open("about:blank");'>Click me
!</button> |
9 <br> | 9 <br> |
10 <input type="text" id="input_text"></input> | 10 <input type="text" id="input_text"></input> |
11 Data file for TabsTest. | 11 Data file for TabsTest. |
12 </body> | 12 </body> |
13 </html> | 13 </html> |
OLD | NEW |