Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- jquery
- 네이버스마트 에디터
- 스크립트
- html
- DB
- 톰캣
- MYSQL
- 호환성
- checbox
- java
- SSL
- 이클립스
- HTML5
- 문자열
- 전자정부 표준프레임워크
- 오라클
- switch
- 날짜
- maven
- php
- Oracle
- @RequestBody
- 웹 플랫폼 설치 관리자
- JSTL
- exception
- json
- RADIO
- null
- spring form tag
- 한글
Archives
- Today
- Total
개인적인 정리
h1 error 본문
ion"> <h1>전시 </h
Consider using the “h1” element as a top-level heading only (all “h1” elements are treated as top-level headings by many screen readers and other tools).
--> 이 경우는..
h1은 페이지에 한번만 선언되어야 하는 것 같다.
따라서 두번째 선언된 h1부터 나머지 모든 h1을 h2 등 다른 것으로 변환을 해주어야 한다.
'웹호환성' 카테고리의 다른 글
<script type="text/javaScript" defer="defer"> 호환성 (0) | 2016.12.16 |
---|---|
Consider avoiding viewport values that prevent users from resizing documents. (0) | 2016.12.16 |
Comments