"클립보드"의 두 판 사이의 차이

카미위키
둘러보기로 가기 검색하러 가기
34번째 줄: 34번째 줄:
 
<br><br><br>
 
<br><br><br>
 
      
 
      
     시발사이즈<input type="number" min="230" max="290" step="10" value="260" name="shoesize">
+
     신발사이즈<input type="number" min="230" max="290" step="10" value="260" name="shoesize">
 
<br>
 
<br>
 
     생일 <input type="date" name="dob" min="2000-01-01" max="9999-12-31">
 
     생일 <input type="date" name="dob" min="2000-01-01" max="9999-12-31">
 +
 +
 +
<h1> 이메일 전송화면</h1>
 +
 +
    이름:
 +
    <input type="text" name="fruit"><br>
 +
    이메일 주소:
 +
    <input type="email" name="fruit">
 +
    <br>내용:<br>
 +
    <textarea rows="10" cols="50"></textarea><br><input type="submit" name="fruit">
 +
 +
    <input type="reset">
 +
 +
 
</body></html>
 
</body></html>

2018년 9월 3일 (월) 13:55 판

<html><head></head><body>

   과일선택: □Apple □Grape □Orange
   
<input type="text" name="fruit">사과 <input type="reset" name="fruit"><input type="submit" name="fruit">ㅇㅇㅇ



   물품가격:
   <input type="text" name="fruit">
수량: <input type="text" name="fruit">
   <input type="submit" value="계산">
고객의 의견


   
<textarea rows="10" cols="50"></textarea><input type="submit" name="fruit">




<select name="cars">선택하기<option value="ㅌ">탱크</option><option value="ㅋ">카미카제</option></select><input type="search" name="search"> <input type="email" name="email" required="">

<form enctype="multipart/form data">

   <input type="file" accept="image/jpg">
   
   <input type="hidden" name="" value=""></form>




   신발사이즈<input type="number" min="230" max="290" step="10" value="260" name="shoesize">


   생일 <input type="date" name="dob" min="2000-01-01" max="9999-12-31">


이메일 전송화면

   이름:
   <input type="text" name="fruit">
이메일 주소: <input type="email" name="fruit">
내용:
<textarea rows="10" cols="50"></textarea>
<input type="submit" name="fruit">
   <input type="reset">


</body></html>