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

카미위키
둘러보기로 가기 검색하러 가기
(태그: 모바일 편집, 모바일 웹 편집)
1번째 줄: 1번째 줄:
울 애긔,,,, 예전에는 많이 있어줬는긔,,..! 뭐 바쁠 수도 있는거긔 ( ͡° ͜ʖ ͡°)
+
<nowiki>
 +
 
 +
 
 +
 
 +
<html><head></head><body>
 +
   
 +
    <font size="0">과일선택: □Apple □Grape □Orange</font>
 +
    <br>
 +
   
 +
    <input type="text" name="fruit">사과
 +
    <input type="reset" name="fruit"><input type="submit" name="fruit">ㅇㅇㅇ
 +
 
 +
<br>
 +
 
 +
 
 +
    물품가격:
 +
    <input type="text" name="fruit"><br>
 +
    수량:
 +
    <input type="text" name="fruit">
 +
 
 +
    <input type="submit" value="계산"><br>고객의 의견
 +
 
 +
   
 +
    <br><textarea rows="10" cols="50"></textarea><input type="submit" name="fruit">
 +
 
 +
 
 +
 
 +
   
 +
   
 +
   
 +
<select name="cars">
 +
    섹스
 +
    <option value="씨발"> 씨발자동차
 +
    </option><option value="시발"> 시발자동차
 +
   
 +
   
 +
   
 +
    </option></select></body></html>
 +
</nowiki>

2018년 9월 3일 (월) 11:54 판

<html><head></head><body> <font size="0">과일선택: □Apple □Grape □Orange</font> <br> <input type="text" name="fruit">사과 <input type="reset" name="fruit"><input type="submit" name="fruit">ㅇㅇㅇ <br> 물품가격: <input type="text" name="fruit"><br> 수량: <input type="text" name="fruit"> <input type="submit" value="계산"><br>고객의 의견 <br><textarea rows="10" cols="50"></textarea><input type="submit" name="fruit"> <select name="cars"> 섹스 <option value="씨발"> 씨발자동차 </option><option value="시발"> 시발자동차 </option></select></body></html>