HTML 기초2 [html/select] select 태그 select 란? 태그의 여러 개의 목록에서 몇 가지를 선택할 수 있는 입력 양식 select- 선택 양식을 생성 optgroup - 옵션을 그룹화 option - 옵션을 생성 여러 개의 목록을 선택 See the Pen select by onion (@saetmlda) on CodePen. 2021. 1. 17. [html] table 요소 태그 table 태그 table - 표 caption - 표 제목 thead - 표 머리 tbody - 표 본문 tfoot - 표 꼬리 colgroup - 표 열 그룹 col - 표 열 tr - 표행 th - 표 제목 td - 표 데이터 th,td 태그 속성 rowspan - 셀의 높이 지정 colspan - 셀의 너비 지정 table 예제 1 See the Pen table1 by onion (@saetmlda) on CodePen. table 예제 2 See the Pen table2 by onion (@saetmlda) on CodePen. table 예제 3 See the Pen table3 by onion (@saetmlda) on CodePen. 2021. 1. 17. 이전 1 다음