淘先锋技术网

首页 1 2 3 4 5 6 7

html登录按钮怎么设置?

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Document</title>

</head>

<body>

<form>

<input type="text" name="username">

<input type="password" name="password">

<button type="submit">登录</button>

</form>

</body>

</html>

form css模板,html登录按钮怎么设置