웹표준 검사 에러
본문
웹표준검사하는 사이트로 돌려보니 두개의 에러가 뜨는데요..
- 라인 5, 칼럼 45: Bad value imagetoolbar for attribute http-equiv on element meta.
<meta http-equiv="imagetoolbar" content="no">
- 라인 6, 칼럼 60: A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1">
뭘 어케 고쳐야 에러가 안뜰까요??
답변을 작성하시기 전에 로그인 해주세요.