How do I get the code to move the anchor tag? Your code so far
<body>
<header>
<h1>Deep Thoughts with Master Camper Cat</h1>
</header>
<article>
<h2>Defeating your Foe: the Red Dot is Ours!</h2>
<p>Felines the world over have been waging war on the most persistent of foes. This red nemesis combines both cunning stealth and lightening speed. But chin up, fellow fighters, our time for victory may soon be near. <a href="">Click here</a>for information about batteries</p>
</article>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36.
Challenge: Give Links Meaning by Using Descriptive Link Text
This is an anchor tag: <a href="#"></a>. Right now, the anchor tag in your code wraps around Click here. The challenge wants you to move the tag to wrap around information about batteries.
You don’t “get the code to move the anchor tag”, per se. You edit the location of the anchor tag yourself.
Necesita mover el <a> elemento al texto apropiado. Ahora está alrededor del texto de la “Click here”. Tiene que estar alrededor del texto de “information about batteries”.