<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>
'개발하자 > 자바스크립트' 카테고리의 다른 글
innerHTML (0) | 2015.02.10 |
---|---|
테이블에 구구단출력 (0) | 2015.02.10 |
top,blank,self (0) | 2015.02.10 |
프레임 나누기 (0) | 2015.02.10 |
링크이동 (0) | 2015.02.10 |