Please can someone help me with this (You should only have one a element.)

Welcome to the forums.

Please copy your code and paste it next time, looking at images for debugging is hard for us.

You should have only one a element, while I can see 2.

HI @gideoneseosa !

Welcome to the forum!

As mentioned, you wrote two anchor tags.
This a common mistake found on the forum.

This is how you write code into 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 (’).

Am kind of a noobie so i dont really understand a lot please can you point out the two a element

<a href='google.com'>link</a> ← this is an ‘a’ element.
<a> ← is the beggining
</a> ← is the end

Everything in between is a part of that element.
There should be only one element like this in your code.

1 Like

Thanks have seen my mistake

Thanks for your help

2 Likes

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