html, meta tage

<html lang="ko">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta charset="UTF-8">
</head>

lang - 스크린 리더에 언어를 전달

http-equiv - IE 호환 모드, 메타태그를 사용해 특정 버전에 맞게 렌더링 되도록 지정한다.

Last updated

Was this helpful?