file-title.html (277B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>File input with title attribute and no other labeling mechanism</title> 6 </head> 7 <body> 8 <input type="file" id="test" title="foo"> 9 </body> 10 </html>