119k views
1 vote
Why does a HTML seen to work even when its broken? why does the code sometimes turn pink?

1 Answer

5 votes

the reason HTML seems to work even if it has syntax errors is due to browser having built in ways to parse the code meaning it will still show but most likely look way different then you would want.

the code may turn pink due to syntax errors

User Davz
by
5.5k points