It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
Hey,
great explanation here, but I did write the code correctly straight away and still was getting an error. Wasted quite some time thinking about what was wrong with it. What worked for me was splitting all the span elements but I still did not understand what changed, because the code line was the same. Well, long story short, it was really not clear to me that i had to do a space before 8g, as I did not have to do it on any other text.
Hi,
I encountered the same issue and initially struggled to find the solution. After some research, I discovered that including spacing between elements improves readability and consistency in HTML code. I’ll make sure to incorporate spacing in similar situations moving forward.