标签: javascript jquery html css
无法使用Javascript自定义输入字段的浏览器默认标题位置。
<!DOCTYPE html> <html> <body> <input id="myP" title="Title below the input field" /> <button onclick="myFunction()">Try it</button> </body> </html>
{{1}}