"클립보드"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
1번째 줄: | 1번째 줄: | ||
− | |||
− | |||
− | |||
− | |||
<html><head></head><body> | <html><head></head><body> | ||
29번째 줄: | 25번째 줄: | ||
− | <select name="cars"> | + | <select name="cars">선택하기<option value="ㅌ">탱크</option><option value="ㅋ">카미카제</option></select> |
− | + | ||
− | + | <form enctype="multipart/form data"> | |
− | + | <input type="file" accept="image/jpg"> | |
− | |||
− | |||
− | < | + | <input type="hidden" name="" value=""></form></body></html> |
− |
2018년 9월 3일 (월) 12:05 판
<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>
<form enctype="multipart/form data">
<input type="file" accept="image/jpg"> <input type="hidden" name="" value=""></form></body></html>