I tried to add the target attribute but did not do it correctly, I started the step over and now the screen just shows this
Iam very confused. I even restarted the course from the very beginning and it’s still not working!
Welcome to our community!
Post entire html and css code here. Use the button </> in your editor to enter the code properly formatted. Post the link to the challenge.
You have to understand and complete this lesson before going to the next challenge. Try posting your code here.
The target attribute should be added to the opening <a> tag:
...<a attribute="value" href="url">two words</a>...
The attribute here is ‘target’,
the value here is “_blank”.
Thank you very much! I did that and then Ctrl+Enter to skip to next lesson and It worked!