220831 input_tag_test1.html

2022. 9. 5. 16:02·Skills/HTML5
<!DOCTYPE html>
<html lang="ko">
  <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>input_tag_test</title>
  </head>
  <body>
    <h2>설 문 지</h2>
    <hr color="#999" noshade />
    이름 : <input type="text" size="15">
    성별 : <input type="radio" name="gender" checked>남
          <input type="radio" name="gender">여<br>
    생년월일 : <input type="date">
    주소 : <input type="text" size="30"><br>
    <ol type="1">
      <li>당신의 취미는?<br>
        <input type="checkbox">등산<br>
        <input type="checkbox">여행<br>
        <input type="checkbox">낚시
      </li><br>
     <li>당신의 주량은?<br>
        <input type="radio" name="t1" checked>근처도 못간다<br>
        <input type="radio" name="t1">한 병<br>
        <input type="radio" name="t1">두 병
      </li><br>
      <li>당신이 좋아하는 과일은?
        <select>
          <option>-- 선택 --</option>
          <option>복숭아</option>
          <option selected>바나나</option>
          <option>메론</option>
          <option>수박</option>
          <option>체리</option>
        </select>
      </li><br>
      <li>당신이 관심있는 언어는?(다중선택가능)<br>
        <select size="5" multiple>
          <option>HTML5</option>
          <option>CSS3</option>
          <option>JavaScript</option>
          <option selected>jQuery</option>
          <option>jQuery Mobile</option>
        </select>
      </li><br>
      <li>자기소개<br>
        <textarea name="content" cols="80" rows="5"></textarea>
      </li>
    </ol><br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<button type="submit">완료</button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <button type="reset">다시</button>
  </body>
</html>

'Skills > HTML5' 카테고리의 다른 글

220901 input_tag_test.html  (1) 2022.09.05
220831 input_tag_test2.html  (0) 2022.09.05
220831 input_tag3.html  (0) 2022.09.05
220831 input_tag2.html  (0) 2022.09.05
220831 input_tag1.html  (0) 2022.09.05
'Skills/HTML5' 카테고리의 다른 글
  • 220901 input_tag_test.html
  • 220831 input_tag_test2.html
  • 220831 input_tag3.html
  • 220831 input_tag2.html
개발자 윤구나
개발자 윤구나
개발 공부를 하고 있습니다. Let's go!
  • 개발자 윤구나
    이것은 무엇?????
    개발자 윤구나
    • 분류 전체보기
      • Skills
        • Java
        • Database
        • Flutter, Dart
        • JavaScript
        • React
        • HTML5
        • CSS3, SCSS
        • PHP
        • C#
        • Unity
        • Algorithm
        • GIT·GitHub
        • 그 외
      • Book Review
      • IT NEWS
      • 설계
      • 자기 계발
  • 블로그 메뉴

    • 홈
    • 방명록
  • 인기 글

  • 최근 글

  • 최근 댓글

  • 전체
    오늘
    어제
  • hELLO· Designed By정상우.v4.10.3
개발자 윤구나
220831 input_tag_test1.html
상단으로

티스토리툴바