HTML 요소 요소에는 모든 head 태그 요소가 포함됩니다. 요소에는 스크립트, 스타일 파일(CSS) 및 다양한 메타 정보를 삽입할 수 있습니다. 헤드 영역에 추가할 수 있는 요소 태그는 , , <meta>, <link>, <script>, <noscript> 및 <base>입니다. <hr/><h2 style="font-size: 22px; font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-top: 10px; margin-bottom: 10px; font-weight: bold; background-color: transparent; color: rgb(0, 0, 0);"> HTML <제목> 요소 <p style="line-height: 16px; font-size: 12px; font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;"> <title> 태그는 다양한 문서의 제목을 정의합니다. <p style="line-height: 16px; font-size: 12px; font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;"> HTML/XHTML 문서에는 <title>이 필요합니다. <p style="line-height: 16px; font-size: 12px; font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;"> <제목> 요소:<ul style="line-height: 16px; font-size: 12px; font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;" class=" list-paddingleft-2"><li><p> 브라우저 도구 모음의 제목을 정의합니다 <li><p><br/><li><p> 웹페이지를 즐겨찾기에 추가하면 즐겨찾기에 표시되는 제목 <li><p><br/><li><p> 검색 엔진 결과 페이지에 표시되는 제목 <li><p><br/><p style="line-height: 16px; font-size: 12px; font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;"> 간단한 HTML 문서:<p style="font-size: 13px; font-family: 'courier new';"> <!DOCTYPE html><br/> <html><br/> <머리><br/> <title>문서 제목</title><br/> </머리><br/><br/> <본문><br/> 문서 내용......<br/> </본문><br/><br/>