<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>
자바 채팅 프로그램 대기실포함 서버+대기방 소스 (12) | 2015.02.10 |
---|---|
자바 채팅프로그램 ,대기실 포함 (0) | 2015.02.10 |
스크립트 innerHTML을 이용해 구구단 뽑기 (0) | 2015.02.10 |
자바스크립트 간만에 setInterval 이용해 시계만들기 (0) | 2015.02.07 |
자바 메모리 Stack , heap 정적,동적 할당에 대해 다시 공부 (0) | 2015.02.07 |