Skip to content Skip to sidebar Skip to footer

Stray Start Tag Error

I have the following code site title &l

Solution 1:

When I open the page in Chrome, I get this output:



There is something strange going on in your supplied code, like unprintable characters. When I type it manually, there is no problem:

<!DOCTYPE HTML>
<html>
<head>
    <title>Test</title>
</head>
<body>

</body>
</html>

Post a Comment for "Stray Start Tag Error"