HTML 核心知识点
基础概念
常用标签
CSS
代码中使用的是内部样式表:写在 </head> <body>
<input type="text" placeholder="用户名" id="username">
<input type="password" placeholder="密码" id="password">
<button class="login-btn" id="loginBtn">登录
<button class="clear-btn" id="clearBtn">清空
立即注册
忘记密码
</body>