Text content
HTML 텍스트 콘텐츠를 사용하여 여는 <body>와 닫는 </body> 태그 사이의 블록이나 컨텐츠 구획을 정리할 수 있다. 해당 콘텐츠의 목적이나 구조 판별하는데 사용하기 때문에 접근성과 SEO(검색 엔진 최적화)에 중요하다.

출처 MDN
텍스트 구조와 목록을 만드는 등의 방법을 알고 싶다면 아래를 참고
HTML text fundamentals
That's it for now! This article should have given you a good idea of how to start marking up text in HTML, and introduced you to some of the most important elements in this area. There are a lot more semantic elements to cover in this area, and we'll look
developer.mozilla.org
반응형
'Web design > HTML & CSS' 카테고리의 다른 글
em, rem : 유연하게 반응하는 상대적인 길이 단위 (4) | 2020.08.13 |
---|---|
<input> 요소의 속성 (0) | 2020.07.27 |
HTML 컨텐츠 요소와 <article> (0) | 2020.07.17 |
animation과 @keyframes (0) | 2020.07.15 |
background-size와 attachment : 페이지 스크롤 시 배경 이미지 고정 (0) | 2020.07.14 |