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 trial

HTML HTML Links Review of HTML Links

I do not understand this question. Please help me understand this question.

I need help

Hi tungtruong, can you please clarify which question in the quiz you're referring to exactly as they are randomised each time we click the link?

Thanks!

2 Answers

Walter Allen
seal-mask
.a{fill-rule:evenodd;}techdegree
Walter Allen
iOS Development with Swift Techdegree Student 16,023 Points

From what I can tell, the question is, "Which of the following code examples will create an anchor element?"

If that is the case, you can use the mdn website to review the terminology and tags for html to discover that an anchor defines a hyperlink to a location on the same page or any other page on the Web. This page also gives the code that will help you create an anchor element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a.

Does that help? If not, let me know and I'll try to explain some more. :)

I guess the question is about the difference between relative and absolute links. Iยดve found a nice article which can help you understand the difference: http://www.coffeecup.com/help/articles/absolute-vs-relative-pathslinks/