如何使用Javascript自定义输入字段的浏览器默认标题位置

时间:2017-08-23 11:53:15

标签: 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}}

0 个答案:

没有答案