<form action="/submit-form" method="post"> <!-- 密码输入框,带标签和名称 --> <label for="passwordInput">密码:</label> <input type="password" id="passwordInput" name="password" value="nowcoder"> <!-- 复选框,带标签和名称,且已勾选 --> <label for="agreeCheckbox">同意条款:</label> <input type="checkbox" id="agreeCheckbox" name="agree" checked> <!-- 提交按钮 --> <input type="submit" value="提交"> </form>
点赞

相关推荐

牛客网
牛客网在线编程
牛客网题解
牛客企业服务