
Ainara Martinez-Miranda
1,631 PointsWhat does it mean if your HTML in your workspace gets highlighted in red?
I wish I could add a screenshot. All the output seems to be working fine when I preview what the code is doing but I'm still curious as to why this is happening. .

Gavin Eyquem
Front End Web Development Techdegree Student 16,301 PointsI agree with Jason, you may be missing a : or a ; or a <>
Jason Anders
Treehouse Moderator 145,153 PointsJason Anders
Treehouse Moderator 145,153 PointsHi Ainara Martinez-Miranda
If you are using the Workspace on Treehouse, you can share a Snapshot of your workspace. This way we can see the HTML and possible provide a definitive answer.
Most likely, it is a syntax error or some sort. You may have missed a closing tag
>
(most common) or something else small.I hope you get it figured.
:)