테스트 사이트 - 개발 중인 베타 버전입니다

Input Type Radio Input Type Checkbox Input Type Button

Input Type Radio

<input type = "radio">는 라디오 버튼을 정의합니다.

 

라디오 버튼을 사용하여 제한된 수의 선택 사항 중 하나만 선택할 수 있습니다.

 

<form>

  <input type = "radio"name = "gender"value = "male"checked> 남성 <br>

  <input type = "radio"name = "gender"value = "female"> 여성용 자료

  <input type = "radio"name = "gender"value = "other"> 기타

</ form>

 

Input Type Checkbox

<input type = "checkbox">는 체크 박스를 정의합니다.

 

 

 

<form>

  <input type = "checkbox"name = "vehicle1"value = "Bike"> 자전거가 있습니다. <br>

  <input type = "checkbox"name = "vehicle2"value = "Car"> 나는 차를 가지고있다.

</ form>

 


Input Type Button

<input type = "button"> 버튼을 정의합니다.

 

<input type = "button"onclick = "경고 ( 'Hello World!')"value = "Click Me!">

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시판 목록

퍼블리셔팁

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