Olá! Muito boa tentativa. Esta etapa deseja que coloquemos as tags de âncora, apenas em torno das palavras termos e condições, enquanto elas permanecem dentro da frase original.
Esta resposta foi traduzida usando o DuckDuckGo translate, que faz parceria com a Microsoft.
Olá! Muito boa tentativa. Esta etapa deseja que coloquemos as tags de âncora, apenas em torno das palavras termos e condições, enquanto elas permanecem dentro da frase original.
Example:
<label><input>This is <a href="some url>a link within the sentence</a></label>
Sugestão: remova as tags de âncora e o texto adicionados e coloque as tags de âncora somente ao redor do texto dentro da frase. Espero que isso ajude você. Desejando-lhe um bom progresso em sua jornada de codificação.
This is response has been translated using DuckDuckGo translate, which partners with Microsoft.
Hello !
Very good attempt.
This step wishes us to place the anchor tags, only around the words terms and conditions while they remain within the original sentence.
Suggestion: Remove the added anchor tags and text, and place the anchor tags only around the text within the sentence.
Example:
<label><input>This is <a href="some url>a link within the sentence</a></label>
The link to the terms and conditions is supposed to be inside the label element, using its text for the link. You are not meant to repeat terms and conditions.
Example:
<label><input type="checkbox">Some label text with <a href="/someplace">a link</a></label>