I have no idea what you are talking about…what’s an anchor?
<a> </a>
the one above is an anchor tag
it is used for links
you put the href attribute inside the anchor in order tp specify where you are going
anchor is the parent,href is the child
href cant work without anchor
anchor need a href
so both help each other
anchor refers to the HTML a element. href is an attribute of that element.
Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.
The easiest way to create a topic for help with your own solution is to click the Help button
located on each challenge. This will automatically import your code in a readable format and pull in the challenge URL while still allowing you to ask any question about the challenge or your code.
Thank you.