Input Type Text , Input Type Password > 퍼블리셔팁

퍼블리셔팁

퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.

Input Type Text , Input Type Password 정보

HTML Input Type Text , Input Type Password

본문

Input Type Text

<input type = "text">는 한 행의 텍스트 입력 필드를 정의합니다.

 

<form>

  이름 : <br>

  <input type = "text"name = "firstname"> <br>

  성 : <br>

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

</ form>

 

 

 

Input Type Password

<input type = "password">는 암호 필드를 정의합니다.

 

<form>

  사용자 이름 : <br>

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

  사용자 비밀번호 : <br>

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

</ form>

 

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로