상세 컨텐츠

본문 제목

스크립트 기타 함수들 외우기

관리X 과거글

by 까먹기전에 2015. 2. 10. 15:14

본문

반응형

<html>

 <body>


 <input type="button">

 <input type="text">

 <input type="radio">

 <input type="checkbox">

 <input type="file">

 <select>

 <option>red</option>

 <option>green</option>

 <option>blue</option>

 </select>

 <textarea></textarea>


 </body>

</html>




관련글 더보기