OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <input type="text" id="target" value="Hello" autofocus="autofocus" /> | 6 <input type="text" id="target" value="Hello" autofocus="autofocus" /> |
7 </body> | 7 </body> |
8 </html> | 8 </html> |
OLD | NEW |