题解 | #表单类型#
表单类型
https://www.nowcoder.com/practice/1005654d20fe4e0d97982363d4f55202
{"html":"<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset=\"UTF-8\">\n <style>\n /* 填写样式 */\n </style>\n</head>\n\n<body>\n <form>\n <!-- 补全代码 -->\n <input type=\"password\" value=\"nowcoder\">\n <input type=\"checkbox\" checked>\n </form>\n <script type=\"text/javascript\">\n // 填写JavaScript\n\n </script>\n</body>\n\n</html>","css":"","js":""}
前端题目收集 文章被收录于专栏
关于前端题目