"클립보드"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
3번째 줄: | 3번째 줄: | ||
+ | <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"> | <select name="cars"> | ||
− | + | 섹스 | |
<option value="씨발"> 씨발자동차 | <option value="씨발"> 씨발자동차 | ||
</option><option value="시발"> 시발자동차 | </option><option value="시발"> 시발자동차 | ||
13번째 줄: | 36번째 줄: | ||
− | </option></select> | + | </option></select></body></html> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</nowiki> | </nowiki> |
2018년 8월 27일 (월) 14:05 판
<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>