Can't Pass Beyond Stage 26 - Learn HTML by Building a Registration Form

am attempting to answer

To finish this fieldset off, link the text terms and conditions to the following location:

https://www.freecodecamp.org/news/terms-of-service/

and my solution is

<fieldset>
        <a href="https://www.freecodecamp.org/news/terms-of-service">terms and condition</a>
        <label><input type="radio" name="account-type" /> Personal Account</label>
        <label><input type="radio" name="account-type" /> Business Account</label>
        <label><input type="checkbox" required /> I accept the terms and conditions</label>
      </fieldset>

but i keep getting error :heavy_multiplication_x: Keep trying. A quick hint for you:

You should use an a element to link to the terms and conditions.

1 Like

Hi @funashi

Welcome to the forum!

Here is how to post code in the forum

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor ( </> ) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

You must write the a tag before I accept the and after terms and conditions
Also, delete what I quoted.

2 Likes

Great. peace of cake! I have found some challenges extremely difficult and in the end, I think it’s the lack of English language understanding. Some task directives have just jostled beyond my basic English.

Use google translate.

Umm… @al2bovek can you tell us your problem?

1 Like

Ah… Use `` to write a code.

the problem is that it does not show the whole code, but only what you can see

Take a look here

<input type="checkbox" required /> I accept the <a href="https://www.freecodecamp.org/news/terms-of-service/" target="_blank">terms and conditions</a>

How to delete my wrong comments

1 Like

Click the trash :wastebasket:(first click ∙∙∙)

@al2bovek
Here


Start a new private conversation and complete tutorials… there write more about the forum using…

It was sorted within minutes of posting by the first reply and that’s why I said piece of cake.

Google Translate cannot give meaning to the understanding of some English phrases. I meant since am not a native English speaker even some simple sentences in a question form would not be understood. I found several of such scenarios. But anyway I finished the learning, attempting the project now.

Yes, I know… you may use google translate just if you really don’t know the respective language or if it’s too much text to translate…

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.