SELECT 목록 그룹별로 묶어서 표시하기
작성일 08-08-20 13:42
페이지 정보
작성자서방님 조회 95회 댓글 0건본문
<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>
댓글목록
등록된 댓글이 없습니다.