찾다
  • 로그인
  • 가입
비밀번호 재설정 성공

당신이 관심을 갖고 있는 프로젝트를 팔로우하고 그들에 관한 최신 뉴스를 맛보세요

HTML 헤더 요소

HTML <head> 요소

<head> 요소는 모든 head 요소에 대한 컨테이너입니다. 헤드 요소 태그 콘텐츠에는 , <base>, <link>, <meta>, <script> 및 <style>이 포함됩니다. 표시되는 <title> 태그의 내용을 제외하고 나머지 태그의 내용은 숨겨진 정보입니다. </p><p><title> 요소 태그는 문서의 제목을 정의합니다. <br/><base> 요소 태그: 페이지의 모든 링크에 대한 기본 주소 또는 기본 대상을 지정합니다. <br/><link> 요소 태그는 문서와 외부 리소스 간의 관계를 정의합니다. 스타일 시트를 연결하는 데 가장 일반적으로 사용됩니다. <br/><script> 요소 태그는 JavaScript와 같은 클라이언트 측 스크립트를 정의하는 데 사용됩니다. <br/><style> 요소 태그는 HTML 문서의 스타일 정보를 정의하는 데 사용됩니다. <br/><meta> 태그는 작성자, 날짜 및 시간, 웹 페이지 설명, 키워드, 페이지 새로 고침 등과 같은 HTML 웹 문서의 숨겨진 정보를 설명하는 데 사용됩니다. 메타는 크게 HTTP 헤더 정보(http-equiv)와 페이지 설명 정보(이름)로 구분됩니다. 헤더 정보에는 브라우저가 콘텐츠 키워드, 초록, 작성자 및 로봇 동작 정의와 같은 웹 페이지 설명을 올바르게 표시하기 위한 문서 유형, 문자 집합, 언어 및 기타 정보와 처리 작업이 포함되어 검색 엔진 색인에 대한 정보를 제공합니다. (일부 검색 엔진은 페이지를 색인화하기 위해 메타 요소의 이름과 콘텐츠 속성을 사용합니다.) </p><p>                                                               >                                        <br/> 속성 값 지정 <br/>                                                                                                                    사용       이 속성을 사용하여 사용           사용         ''를 사용하여 사용 s ' through out' through out's ' through ‐ ‐ ‐‐‐‐‐‐‐‐‐ ‐ ‐ ‐ ‐ ‐ ‐ ​  🎜>                     dir ="" 텍스트 방향 지정 <br/><br/><br/><br/>지식 포인트 1: 웹페이지의 기본 URL을 헤더 정보에 설정</p><p><span style="font-size: 18px;"><strong>기본 URL의 핵심은 하이퍼링크 속성 설정이 통일되어 있으며, 기본 URL 태그는 </base> 에는 href와 _target이라는 두 가지 속성이 있습니다. href는 기본 URL의 경로를 설정하는 데 사용되며, _target은 하이퍼링크의 열기 방법을 설정하는 데 사용됩니다. </strong><p>기본 URL을 추가하면 페이지의 모든 상대 웹사이트 루트 주소를 절대 주소로 변환할 수 있습니다. 브라우저가 페이지를 탐색할 때 상대 웹사이트와 디렉토리 주소는 <base> 태그를 통해 기본 URL 경로 뒤에 추가되어 절대 주소로 변환됩니다. 먼저 base.htm을 생성하고 다음과 같이 HTML 코드를 작성합니다. </p><pre class="brush:php;toolbar:false"><html>  <head>  <title>基底网址的设置</title>  <base href="<a href="//m.sbmmt.com">//m.sbmmt.com</a>" _target="_blank" />  </head>  <body>  </body>  </html></pre><p><span style="line-height: 1.76em;"> 위 코드를 통해 기본 URL을 설정합니다. Base.htm 페이지의 하이퍼링크 주소 앞에는 "//m.sbmmt.com"이 붙는데, 이는 절대 주소로 변환됩니다. 또한 페이지의 하이퍼링크가 새 창에서 열립니다. </span><br/></p><p><span style="font-size: 18px;"><strong>지식 2: 헤더 정보의 메타정보 태그 </strong></span></p><p>메타정보 태그는 헤더의 기본 정보 태그 및 전문 웹페이지 코드에는 메타 정보에 대한 세부 설정이 있습니다. 메타정보 태그는 </meta>로 단일 태그입니다. Meta 요소가 제공하는 정보는 탐색하는 사용자에게는 보이지 않으며 일반적으로 페이지 정보의 이름, 키워드, 작성자 등을 정의하는 데 사용됩니다. HTML 페이지에서 메타 태그에는 메타 콘텐츠가 포함되며 HTML 헤더 페이지에는 여러 개의 메타 요소가 있을 수 있습니다. </p><p>메타 태그 속성에는 페이지 설명 속성(이름)과 http 제목 정보(http-equiv)의 두 가지 유형이 있습니다. </p><p><strong>name 속성 </strong></p><p> name 속성은 주로 웹페이지의 내용을 설명하는 데 사용되며, 검색엔진 최적화에 반드시 숙달되어야 합니다. 검색 엔진(Google, Baidu 등)의 검색 로봇이 일반적으로 자동으로 메타 값을 찾아 웹 페이지를 분류할 수 있도록 이름 속성을 올바르게 설정합니다. name 값은 </p><p><1>keywords입니다. 즉, 키워드는 웹 페이지에 포함된 키워드 및 기타 정보를 설명하는 데 사용되며, 이를 통해 검색 엔진에 의해 검색될 확률이 높아집니다. 작성 형식은 <meta name="keywords" content = "keywords"/>이며, content 속성의 값은 사용자가 설정한 특정 키워드입니다. (일반적으로 여러 개의 키워드를 영문 반각 쉼표로 구분하여 설정할 수 있습니다. 검색 엔진에서는 키워드 수를 제한하므로 키워드 내용은 간결하고 간결해야 합니다.) </p><p><2>설명. 중국어로 '설명'을 의미하며 웹페이지의 주요 내용, 주제 등을 설명하는 데 사용됩니다. 합리적인 설정은 검색 엔진에서 검색될 확률도 높일 수 있습니다. 형식은 <meta name="description" content = "Description of the page"/>입니다. content 속성 값은 사용자가 설정한 페이지에 대한 구체적인 설명으로 최대 1024자까지 수용할 수 있지만 검색 시에는 엔진은 페이지의 전반부만 표시합니다. </p><p><3>저자. 작성자(Author)는 웹사이트 작성자의 이름을 설정하는 데 사용되며 보다 전문적인 웹사이트에서 자주 사용됩니다. 형식은 <meta name="author" content ="author name"/></p><p><strong>http-equiv 속성</strong></p><p>http-equiv 속성의 값입니다. 다음과 같습니다:</p><p><1>content-type, 콘텐츠 카테고리, 페이지의 카테고리 및 언어 문자 집합을 설정하는 데 사용됩니다. 쓰기 형식 <meta http-equiv="content-type" context="text/html"/>, content 속성의 값은 페이지가 HTML 코드로 출력됨을 나타내고 문자는 set은 gb2312 (Simplified Chinese) 이며, 국제적인 웹사이트 개발 시 문자 통일을 위해 utf-8 사용을 권장합니다.</p><p><2>refresh charset. 새로 고침은 웹 페이지가 자동으로 새로 고쳐지는 시간을 설정하는 데 사용됩니다. 또는 일정 시간 내에 자동으로 다른 페이지로 이동합니다. 첫 번째 쓰기 형식 <meta http-equiv="refresh" context="30"/> 두 번째 쓰기 형식은 <meta http-equiv="refresh" context="30; url=www.google.com"/>입니다. 이는 페이지가 30초 후에 자동으로 www.google로 이동함을 의미합니다. .com 웹사이트 </p><p><span style="font-size: 18px;"><strong>3가지 지식: 헤더 정보 구현 및 CSS와 JavaScript와의 혼합</strong></span></p><p>CSS는 HTML 웹 페이지의 스타일을 담당합니다. , JaveScript는 웹 페이지의 HTML 동적 동작을 담당합니다. CSS와 JavaScript를 통합하는 가장 일반적인 방법은 헤더 정보를 작성하는 것입니다. <br/><1>CSS를 추가하려면 헤더 정보에 <style type="text/css"></style> 태그 쌍을 추가하세요. 샘플 코드는 다음과 같습니다<br/><span style="line-height: 1.76em;"></span></p><pre class="brush:php;toolbar:false"><html>  <head>  <title>CSS的设置</title>  <style type=“text/css”> CSS具体内容 </style>  </head>  <body>  </body>  </html></pre><p><span style="line-height: 1.76em;"><2> 헤더 정보 /script> 샘플 코드는 다음과 같습니다. </span></p><pre class="brush:php;toolbar:false"><html>  <head>  <title>CSS的设置</title>  <style type=“text/css”>  CSS具体内容  </style>  <script type=“text/javascript”>  JavaScript具体内容  </script>  </head>  <body>  </body>  </html></pre><p><br/></p> </div> <div class="editorplayL_next"> <a href="//m.sbmmt.com/global/ko/code/452.html">지속적인 학습</a> </div> </div> <div class="editorplayM js-editor-tab"> <div class="editor-right icon-right editor-op"></div> <div class="editorplayM_top editor-view "> <span class="ui-tabs-active">새로운 파일</span> </div> <div id="editor-tabs-html" data-filename="index.html" data-lang="php" style="font-size: 16px;height:600px"><!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(php.cn)</title> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML,CSS,XML,JavaScript"> <meta name="author" content="Ståle Refsnes"> <meta charset="UTF-8"> </head> <body> <p>本文档的 meta 属性描述了该文档和它的关键词。</p> </body> </html> </div> <div class="editor-right icon-right editor-op"></div> <div class="editorplayM_button"> <a href="javascript:;" id="J_EditorReset" title="코드 재설정">코드 재설정</a> <div> <div> <input type="checkbox" id="aotoruncheck" title="선택하면 코드 수정이 자동으로 적용됩니다. 선택하지 않은 경우 제출해야 적용됩니다."> <span>자동운전</span> </div> <a href="javascript:;" id="J_Commit">제출하다</a> </div> </div> </div> <div class="editorplayR"> <div class="m_editormain12main_top"> <img src="/static/imghwm/logo.png" alt="logo" /> <a href="javascript:;" title="" id="editorplayR_close"> <i class="layui-icon layui-icon-close"></i> </a> </div> <div class="editorplayR_top"> <span>시사</span> <a href="javascript:;">Clear</a> </div> <div class="layui-col-md3" id="viewPort-content"></div> </div> </div> <div class="videoplay_info"> <a href="//m.sbmmt.com/global/ko/code/438.html"> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-shangyijie"></use> </svg> </div> <span>이전 섹션</span> </a> <a href="//m.sbmmt.com/global/ko/code/452.html"> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-xiayijie"></use> </svg> </div> <span>다음 섹션</span> </a> <a href="//m.sbmmt.com/global/ko/course.html"> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-jiahao"></use> </svg> </div> <span>튜토리얼 목록</span> </a> <a href="//m.sbmmt.com/global/ko/wenda.html"> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-wenhao"></use> </svg> </div> <span>도움을 받다</span> </a> </div> </div> <div class="videoplay_buttom"> <div> <div class="videoplay_buttomL"> <div class="layui-tab"> <ul class="layui-tab-title"> <li class="layui-this">코스 추천</li> <li id="studydownload">코스웨어 다운로드</li> </ul> <div class="layui-tab-content"> <div class="layui-tab-item layui-show"> <div class="studylistmain2M"> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/8.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/625908118aa86152.png" alt="HTML/CSS 빠른 시작" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/8.html"><span class="level1">초등학교</span>HTML/CSS 빠른 시작</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>20600</span> </div> <a href="javascript:;" class="courseICollection" data-id="8"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>¥ 99</span> <a href="//m.sbmmt.com/global/ko/course/1441.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/62ea1e8b3c8e0915.png" alt="HTML+CSS 빠른 시작" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/1441.html"><span class="level1">초등학교</span>HTML+CSS 빠른 시작</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>4653</span> </div> <a href="javascript:;" class="courseICollection" data-id="1441"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/1451.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/62f9e448f3122851.png" alt="기초가 전혀 없는 HTML+CSS+JavaScript 프런트 엔드 개발 빠른 시작" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/1451.html"><span class="level1">초등학교</span>기초가 전혀 없는 HTML+CSS+JavaScript 프런트 엔드 개발 빠른 시작</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>17447</span> </div> <a href="javascript:;" class="courseICollection" data-id="1451"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/11.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/6253eb19a38f5133.png" alt="HTML+CSS 쉬운 시작 튜토리얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/11.html"><span class="level1">초등학교</span>HTML+CSS 쉬운 시작 튜토리얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>21836</span> </div> <a href="javascript:;" class="courseICollection" data-id="11"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/46.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/625d34b4282b2406.jpg" alt="SVG 튜토리얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/46.html"><span class="level1">초등학교</span>SVG 튜토리얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>13421</span> </div> <a href="javascript:;" class="courseICollection" data-id="46"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/47.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/62566e3daab47144.png" alt="AngularJS 중국어 참조 매뉴얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/47.html"><span class="level1">초등학교</span>AngularJS 중국어 참조 매뉴얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>24899</span> </div> <a href="javascript:;" class="courseICollection" data-id="47"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/48.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/625678786c131382.png" alt="Go 언어 튜토리얼 매뉴얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/48.html"><span class="level1">초등학교</span>Go 언어 튜토리얼 매뉴얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>27730</span> </div> <a href="javascript:;" class="courseICollection" data-id="48"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/49.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/6255171d87a17356.png" alt="Redis 명령 조작 중국어 매뉴얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/49.html"><span class="level1">초등학교</span>Redis 명령 조작 중국어 매뉴얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>58200</span> </div> <a href="javascript:;" class="courseICollection" data-id="49"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/50.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/62590b454b8a0476.png" alt="파이썬 3 튜토리얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/50.html"><span class="level1">초등학교</span>파이썬 3 튜토리얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>87890</span> </div> <a href="javascript:;" class="courseICollection" data-id="50"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/51.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/62567b7a9e6b4232.png" alt="XML DOM 튜토리얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/51.html"><span class="level1">초등학교</span>XML DOM 튜토리얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>21303</span> </div> <a href="javascript:;" class="courseICollection" data-id="51"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/52.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/62569da1dee7f988.png" alt="Memcached 명령 운영 매뉴얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/52.html"><span class="level1">초등학교</span>Memcached 명령 운영 매뉴얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>18095</span> </div> <a href="javascript:;" class="courseICollection" data-id="52"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> <div class="studylistmain2Ms"> <span>무료</span> <a href="//m.sbmmt.com/global/ko/course/53.html"><img src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/course/000/000/068/625faffadd945342.jpg" alt="XSLT 튜토리얼" /></a> <div> <a href="//m.sbmmt.com/global/ko/course/53.html"><span class="level1">초등학교</span>XSLT 튜토리얼</a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing-"></use> </svg> <span>10079</span> </div> <a href="javascript:;" class="courseICollection" data-id="53"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star1.png" alt="수집" /> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/index2_star2.png" alt="수집" /> </a> </div> </div> </div> </div> </div> <div class="layui-tab-item"> <div class="studydatadown_nothing"> <img src="/static/imghw/studydatadown_nothing.png" alt="" /> 현재 코스웨어를 다운로드할 수 없습니다. 현재 직원들이 정리하고 있습니다. 앞으로도 본 강좌에 많은 관심 부탁드립니다~ </div> </div> </div> </div> </div> <div class="videoplay_buttomR"> <div class="phpmain1_2_top"> <span class="phpmain1_2_top_title">이 강좌를 시청한 학생들도 학습하고 있습니다.</span> </div> <div class="videoplay_buttomRM"> <div class="videoplay_buttomRM_top"> <a href="//m.sbmmt.com/global/ko/course/812.html"><img class="lazy" data-src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" src="/static/imghw/default1.png" onerror="this.onerror='';this.src='/static/imghw/default1.png'" alt="" /></a> <div> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-yanjing"></use> </svg> <span>496451</span> </div> <a href="javascript:;" class="courseICollection" data-id="812"> <div class="icon_f"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-star"></use> </svg> <svg class="icon activeicon" aria-hidden="true"> <use xlink:href="#icon-star__easyico-copy-copy"></use> </svg> </div> </a> </div> </div> <div class="videoplay_buttomRM_m"> <a href="//m.sbmmt.com/global/ko/course/1503.html">PHP로 사업을 시작하는 방법에 대해 간단히 이야기해 보겠습니다.</a> <a href="//m.sbmmt.com/global/ko/course/901.html">웹 프론트 엔드 개발에 대한 빠른 소개</a> <a href="//m.sbmmt.com/global/ko/course/836.html">민망한 물건 백과사전 사이트를 모방한 Mini 버전 MVC 프레임워크의 대규모 실용 Tianlongbabu 개발</a> <a href="//m.sbmmt.com/global/ko/course/902.html">PHP 실용 개발 시작하기: 빠른 PHP 생성 [중소기업 포럼]</a> <a href="//m.sbmmt.com/global/ko/course/866.html">로그인 인증 및 클래식 게시판</a> <a href="//m.sbmmt.com/global/ko/course/1463.html">컴퓨터 네트워크 지식 수집</a> <a href="//m.sbmmt.com/global/ko/course/1462.html">빠른 시작 Node.JS 정식 버전</a> <a href="//m.sbmmt.com/global/ko/course/1455.html">당신을 가장 잘 이해하는 프론트엔드 강좌: HTML5/CSS3/ES6/NPM/Vue/...[원본]</a> <a href="//m.sbmmt.com/global/ko/course/1467.html">자신만의 PHP MVC 프레임워크 작성(깊이 있는 40개 장/자세한 내용/초보자가 발전하려면 읽어야 함)</a> </div> </div> </div> </div> </div> </main> <footer> <div class="footer"> <div class="footertop"> <img class="lazy" src="/static/imghw/logo.png" alt=""> <p>공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!</p> </div> <div class="footermid"> <a href="//m.sbmmt.com/global/ko/about/us.html">회사 소개</a> <a href="//m.sbmmt.com/global/ko/about/disclaimer.html">부인 성명</a> <a href="//m.sbmmt.com/global/ko/new/">최근 업데이트</a> <a href="//m.sbmmt.com/global/ko/new/">Sitemap</a> </div> <div class="footerbottom"> <p> © php.cn All rights reserved </p> </div> </div> </footer> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u = "https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); _paq.push(['setSiteId', '9']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- End Matomo Code --> <script> layui.use(function() { var util = layui.util; util.fixbar({ on: { mouseenter: function(type) { layer.tips(type, this, { tips: 4, fixed: true, }); }, mouseleave: function(type) { layer.closeAll("tips"); }, }, }); }); document.getElementById("lan1sp").addEventListener("click", function(event) { event.preventDefault(); var elements = document.getElementsByClassName("m_menu"); for (var i = 0; i < elements.length; i++) { elements[i].style.display = "block"; } }); document.getElementById("m_editormain12main_topi_sp").addEventListener("click", function(event) { event.preventDefault(); var elements = document.getElementsByClassName("m_menu"); for (var i = 0; i < elements.length; i++) { elements[i].style.display = "none"; } }); document.getElementById("lan1").addEventListener("click", function(event) { event.preventDefault(); var elements = document.getElementsByClassName("m_menu_lang"); for (var i = 0; i < elements.length; i++) { elements[i].style.display = "block"; } }); document.getElementById("m_editormain12main_topi_lan").addEventListener("click", function(event) { event.preventDefault(); var elements = document.getElementsByClassName("m_menu_lang"); for (var i = 0; i < elements.length; i++) { elements[i].style.display = "none"; } }); $(document).ready(function() { $("#Submitbutton").click(function(e) { e.preventDefault(); $(".editorplayR").addClass("active"); }); $("#editorplayR_close").click(function(e) { e.preventDefault(); $(".editorplayR").removeClass("active"); }); }); </script> </body> </html><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bd4dd90190bdf5d',t:'MTc2ODMwNzAxMw=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8c758bee214b4fe0858e454e5edf6f97","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>