처음부터 환경 세팅하기

eunjye·2020년 12월 12일

UI개발

목록 보기
3/9

코딩가이드 참고

코딩가이드 참고 사이트

아스키아트

문자열을 아스키아트로 변환

promise

promise는 IE에서 작동이 안되는데, 이를 해결하기 위하여 다음 소스를 링크해주면 된다.
Download bluebird min file

meta 태그 정리

<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- IE8 이상 버전에서 항상 최신 표준 모드로 렌더링 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes"> <!-- 주소줄 없애기 (iOS) -->
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <!-- 상태바 모습 바꾸기 (iOS) -->
<meta name="mobile-web-app-capable" content="yes"> <!-- 주소줄 없애기 (Android) -->
<meta name="format-detection" content="telephone=no"> <!-- 연속 숫자 자동 링크 방지 (iOS) -->

특수문자 기호표

http://kor.pe.kr/util/4/charmap2.htm

profile
배울게 천지

0개의 댓글