The console isn’t recognizing my code. As far as I can tell, my code should have no issues in it. Even if I add a / to the end of my meta element, it does nothing. Its saying I need to have one meta element, which I do and its attribute is set correctly to utf-8.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Colored Markers</title>
</head>
<body>
</body>
</html>