사용자 도구

사이트 도구


wiki:html

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
wiki:html [2020/08/06 12:05]
dhan
wiki:html [2023/01/13 18:44] (현재)
줄 8: 줄 8:
 <WRAP clear/> <WRAP clear/>
  
 +----
 +연관 WIKI: [[wiki:css|CSS]] [[wiki:javascript|JAVASCRIPT]] \\
 +----
 +===== 조건부 주석 =====
 +어떠한 조건이 충족되지 않으면 주석처리가 되고, 조건이 충족되면 주석안의 내용이 브라우저에 렌더링 되는 것을 의미 \\
 +주로 크로스브라우징을 위해 많이 사용되는 방법으로 익스플로러 브라우저의 버전을 구분하는 용도로 사용됨 \\
 +사용 예시 IE9 아래의 버전에서 아래 스크립트가 사용됨 \\
 +<code html>
 +  <!--[if lt IE 9]>
 +  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
 +  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 +  <![endif]-->
 +</code>
 +[[https://dev.eyegood.co.kr/entry/HTML5-CSS3-%EC%A1%B0%EA%B1%B4%EB%B6%80%EC%A3%BC%EC%84%9D|[HTML5 / CSS3] 조건부주석]] \\
 +\\  
 ===== Content Type ===== ===== Content Type =====
   * [[wiki:html:content_type|Content Type]]   * [[wiki:html:content_type|Content Type]]
줄 49: 줄 64:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
 +===== HTML Note =====
 +   * [[wiki:html:html note]]
  
 +===== HTML 유용한 사이트 ===== 
 +   * [[https://dev.w3.org/html5/html-author/charref|특수기호를 HTML코드로 넣는 웹사이트]] 
 +   * [[https://xpressengine.github.io/XEIcon/index.html|폰트 아이콘 사용 (XEICON)]]
 {{tag>주레피 eleven html html5}} {{tag>주레피 eleven html html5}}
/volume1/web/dokuwiki/data/attic/wiki/html.1596683148.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)