HTML 24 <input type="password"> 태그로 비밀번호 입력 창 만들기

프론트엔드/HTML|2021. 3. 19. 11:39
Document
이름 :
나이 :
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  <form>
    이름 : <input type="text"><br>
    나이 : <input type="text">
  </form>  
</body>
</html>

댓글()
구독