티스토리 뷰
1. Create a table
<table></table>
2. table rows --> tr
3. table data --> td
4. table headings --> th
th에 scope 속성을 넣을 수 있다. (<th scope = "row(혹은 col)"></th>)
*scope
row
- this value makes it clear that the heading is for a row.col
- this value makes it clear that the heading is for a column.
5. table borders
6. table head --> <thead></thead>
7. table footer --> <tfoot></tfoot>
[HTML Tables 요약]
- The
<table>
element creates a table. - The
<tr>
element adds rows to a table. - To add data to a row, you can use the
<td>
element. - Table headings clarify the meaning of data. Headings are added with the
<th>
element. - Table data can span columns using the
colspan
attribute., - Table data can span rows using the
rowspan
attribute. - Tables can be split into three main sections: a head, a body, and a footer.
- A table's head is created with the
<thead>
element. - A table's body is created with the
<tbody>
element. - A table's footer is created with the
<tfoot>
element. - All the CSS properties you learned about in this course can be applied to tables and their data.
'HTML&CSS' 카테고리의 다른 글
CSS TIP (0) | 2017.11.06 |
---|---|
jQuery / DOM (JavaScripts and the dom) (0) | 2017.09.04 |
adding images (0) | 2017.09.04 |
html&css : Layout (0) | 2017.08.31 |
html&css : Box Model - Content Box (0) | 2017.08.30 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 복수행 함수
- tables in htmll
- DI(의존성 주입)
- 멤버 클래스
- NVL2()
- CLASS
- NVL()
- z-dindex
- 계층형 쿼리
- Interface
- !(not)
- 테이블 데이터 복사
- 중첩 클래스
- IS RECORD
- MONTH_BETWEEN
- GROUP BY절
- 데이터 딕셔너리
- Maven Project
- FileChannel
- DECODE()
- SELECT절 명령어
- 로컬 클래스
- IN(var1 var2 var3)
- 타입변환과 다형성
- hierarchical query
- SQL Operator
- implements
- casring
- 상속
- Generic Type
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함