로딩
요청 처리 중입니다...

HTML - 테이블 만들기(tr, td, th), 리스트 만들기(li,ul, ol)

 HTML - 테이블 만들기(tr, td, th), 리스트 만들기(li,ul, ol)

Github: https://github.com/leejaeseong11/frontend-study/tree/main/HTML#learn-the-basics frontend-study/HTML at main · leejaeseong11/frontend-study Contribute to leejaeseong11/frontend-study development by creating an account on GitHub. github.com 출처: https://www.w3schools.com/html/html_intro.asp 테이블 만들기(tr, td, th) HTML 테이블을 사용해 데이터를 행과 열로 정렬할 수 있다. 셀은 태그로 나타낸다.

행은 태그로 나타낸다. 테이블의 헤더는 대신 태그를 이용한다.

헤더는 기본적으로 중앙 정렬에 굵게 표시되지만, CSS를 사용해 변경할 수 있다. 테이블에 border 속성을 이용해 테두리를 추가할 수 있다....

# HTML # li # tr # 리스트 # 테이블