Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Angela Fonteboa
2,267 PointsDeep Dive HTML quiz
What value should go inside the cite attribute?
the answer was a URL
Is that correct? in the exercise we did not put a URL we put text/string
3 Answers

Angela Fonteboa
2,267 Pointshttp://teamtreehouse.com/library/websites/html/text/review-of-html-text
thats the link to the quiz..the question may not always come up so you might have to retake the quiz to the question

James Barnett
39,199 PointsCan you post a link to quiz that has this question?

James Barnett
39,199 PointsThere's a subtle distinction here, the <cite>
tag is used to specify where a quote came from. Such as who said it, or the work from which you are quoting.
If you to also link to the work you are quoting from, you would add in a nested <a>
to include the url.