I have tried that and still end up with the same result,
Code below:
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colored Markers</title>
</head>```
Console reads:
// running tests
4. Your two meta elements should be inside the head element.
// tests completed
// console output
[SyntaxError: Invalid regular expression: invalid group specifier name]
Regardless of where the title sits it states that the two meta elements must be within the head element, which they are. Am I misunderstanding?
<meta charset="utf-8">
<title>Colored Markers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
4. Your two meta elements should be inside the head element.
Your code passes.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.