HTML 在HTML5中自动设置Form的焦点
<!DOCTYPE html>
<html>
<head>
<title>Autofocusing a form input text control in HTML5</title>
</head>
<body>
<form>
<label for="usernom">Username:</label>
<input id="usernom" type="text" autofocus /><br/>
<label for="passwrd">Password:</label>
<input id="passwrd" type="password" /><br/>
<input type="reset" value="Reset" />
<input type="submit" value="Log in" />
</form>
</body>
</html>
有些事情,没经历过不知道原理,没失败过不明白奥妙,没痛苦过不了解真谛。临渊羡鱼,不如退而结网!

浙公网安备 33010602011771号