Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNabil Nazeer
5,271 PointsWhy is the last line wrapped in span element? © 2019 Hedgehog Headquarters
span element has to be used with in-line but in this case, it is used in the last line..could you please explain.
2 Answers
Steven Parker
231,172 PointsIt may not be needed here, but one value of wrapping the line in a "span" is that it makes it possible to target it using CSS for styling in the future.
S G
6,243 PointsI think it should be in a <p> not in <span>