Computer >> 컴퓨터 >  >> 프로그램 작성 >> HTML

HTML에 noframe 섹션을 어떻게 추가합니까?


태그를 사용하여 noframe 섹션을 추가합니다. HTML <noframes> 태그는 <frame> 태그를 지원하지 않는 브라우저를 처리하는 데 사용됩니다. 이 태그는 대체 문자 메시지를 표시하는 데 사용됩니다.</P> <h2 style="">예시</h2> <pre>&lt;!DOCTYPE html&gt; &lt;html&gt; &nbsp; &nbsp;&lt;head&gt; &nbsp; &nbsp; &nbsp; &lt;title&gt;HTML noframes Tag&lt;/title&gt; &nbsp; &nbsp;&lt;/head&gt; &nbsp; &nbsp;&lt;frameset cols = &quot;200, *&quot;&gt; &nbsp; &nbsp; &nbsp; &lt;frame src = &quot;/html/menu.htm&quot; name = &quot;menu_page&quot; /&gt; &nbsp; &nbsp; &nbsp; &lt;frame src = &quot;/html/main.htm&quot; name = &quot;main_page&quot; /&gt; &nbsp; &nbsp; &nbsp; &lt;noframes&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;body&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Your browser does not support frames. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/body&gt; &nbsp; &nbsp; &nbsp; &lt;/noframes&gt; &nbsp; &nbsp;&lt;/frameset&gt; &lt;/html&gt;</pre> <br> </article> <div class="ad5"> <script language='javascript' src='https://kr.wsxdn.com/css/ad/kr2.js'></script> </div> <div id="turn-page" class="text-over"> <a class='LinkPrevArticle' href='https://kr.wsxdn.com/bz024t/hf251z/1002064031.html' >HTML에 noscript 섹션을 어떻게 추가합니까? </a> <a class='LinkNextArticle' href='https://kr.wsxdn.com/bz024t/hf251z/1002064033.html' >HTML에서 &lt;embed&gt; 태그를 지원하지 않는 브라우저에서 표시할 콘텐츠를 포함하는 방법은 무엇입니까? </a> </div> </section> <aside class="box-r box4-r"> <h3>HTML</h3> <ul> <li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063914.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 주소 요소를 추가하는 방법은 무엇입니까? ">HTML에 주소 요소를 추가하는 방법은 무엇입니까? </p> </a> </li><li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063929.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 메뉴 목록을 어떻게 추가합니까? ">HTML에 메뉴 목록을 어떻게 추가합니까? </p> </a> </li><li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063933.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 목록 항목을 추가하는 방법은 무엇입니까? ">HTML에 목록 항목을 추가하는 방법은 무엇입니까? </p> </a> </li><li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063935.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 레이어를 추가하는 방법은 무엇입니까? ">HTML에 레이어를 추가하는 방법은 무엇입니까? </p> </a> </li><li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063937.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 미리 서식이 지정된 텍스트를 추가하는 방법은 무엇입니까? ">HTML에 미리 서식이 지정된 텍스트를 추가하는 방법은 무엇입니까? </p> </a> </li> </ul> <h3 class="h3-2">컴퓨터</h3> <ul> <li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063941.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 단락을 추가하는 방법은 무엇입니까? ">HTML에 단락을 추가하는 방법은 무엇입니까? </p> </a> </li> <li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063968.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 변수를 추가하는 방법은 무엇입니까? ">HTML에 변수를 추가하는 방법은 무엇입니까? </p> </a> </li> <li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063972.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에서 테이블 행을 어떻게 추가합니까? ">HTML에서 테이블 행을 어떻게 추가합니까? </p> </a> </li> <li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002063974.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 문서 제목을 어떻게 추가합니까? ">HTML에 문서 제목을 어떻게 추가합니까? </p> </a> </li> <li> <a href="https://kr.wsxdn.com/bz024t/hf251z/1002064008.html" class="f-start"> <em></em> <p class="r-over r-over-2" title="HTML에 다국어 콘텐츠를 추가하는 방법은 무엇입니까? ">HTML에 다국어 콘텐츠를 추가하는 방법은 무엇입니까? </p> </a> </li> </ul> </aside> </section> </div> <ul class="types box4-1 container f-center"> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/ol244g/' target="_self">C 프로그래밍</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/fd245y/' target="_self">C++</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/xv246p/' target="_self">Redis</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/ig247a/' target="_self">BASH 프로그래밍</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/ge248y/' target="_self">Python</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/jh249b/' target="_self">Java</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/yw250q/' target="_self">데이터 베이스</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/hf251z/' target="_self">HTML</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/ig252a/' target="_self">JavaScript</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/qo253i/' target="_self">프로그램 작성</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/vs254n/' target="_self">CSS</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/fd255x/' target="_self">Ruby</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/ay256s/' target="_self">SQL</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/yw257q/' target="_self">IOS</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/wu258o/' target="_self">Android</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/nl259f/' target="_self">MongoDB</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/mk260e/' target="_self">MySQL</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/ax261s/' target="_self">C#</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/bz265t/' target="_self">PHP</a></li> <li><a class='childclass' href='https://kr.wsxdn.com/bz024t/zx271r/' target="_self">SQL Server</a></li> </ul> <footer> <section class="container"> <div class="footer-msg"> <span class="container f-center"> <p class=krf>저작권 © <a href="https://kr.wsxdn.com">https://kr.wsxdn.com</a> 모든 권리 보유</p> </span> </div> </section> </footer> </body> </html>