2021 | 100% |
---|---|
2022 | 98% |
2023 | 100% |
100
75
50
25
0
In order to pass this test you have to add a proper character encoding declaration to your webpage. Google recommends using the Unicode/UTF-8 character set when possible. You can do it by using one of the following methods:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
…
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
…
Content-Type: text/html; charset=utf-8