SELECT 목록 그룹별로 묶어서 표시하기
페이지 정보
작성자 서방님 댓글 0건 조회 154회 작성일 06-09-14 11:04본문
ASP PHP JSP VB C++ JAVA
<select name="language">
<optgroup label="선택하세요" style="color:orange"></optgroup>
<optgroup label="Web" style="color:green">
<option>ASP</option>
<option>PHP</option>
<option>JSP</option>
</optgroup>
<optgroup label="Window" style="color:blue">
<option>VB</option>
<option>C++</option>
<option>JAVA</option>
</optgroup>
</select>
댓글목록
등록된 댓글이 없습니다.