표(table)은 두 개의 덩어리로 이루어짐. (thead/tbody)
table head(thead)
table body(tbody)
tr: 행의 개념
td: 열의 개념
코드 작성 예시
해당 코드 결과
지금까지 배운 개념을 이용한 코드 작성 및 작성 결과