기본 콘텐츠로 건너뛰기
HTML Table
What are HTML Tables?
Tables in HTML are usually used for users to make the view more structured according to the rows and columns to be created.
Tables can use the <table> tag. The tag for setting rows is: <tr></tr>, and the tag for setting rows into columns can use the <td></td> tag.
To separate a table into a header, footer, and body, you can use the <thead></thead>, <tfoot></tfoot>, and <tbody></tbody> tags.
Each column can be filled with text, images, lists, paragraphs, forms, the table itself, and so on.
HTML Table
| Name |
Group |
Country |
| Hwang Yeji |
ITZY |
Korean |
| Park Jihoon |
TREASURE |
Korean |
| Lalisa Manobal |
BLACKPINK |
Thailand |
| Min Yonghee |
BTS |
Korean |
| Im Nayeon |
TWICE |
Korean |
| Na Jaemin |
NCT DREAM |
Korean |
댓글
댓글 쓰기