Web Development Foundations: Fashion Blog

Hello there,

I would appreciate some help on #13. <p NYFW is what i put and i’m stuck on what i should do for the <a / tag.

Hello,

<p> is the beginning of your paragraph tag and `<a   />` is used for links.

so mine looks like this:
<p><a href="https://en.wikipedia.org/wiki/New_York_Fashion_Week" target="_blank">
NYFW</a> 

and the paragraph tag would end at the end of the paragraph. Hope this helps!

Right but we still can’t get the actual link to work on the site.

Can you provide the code, and include it in “preformatted text”, it is the button that looks like </> . It is the best way to provide code. In your first message, it actually created the link in your post.

You may not have closed your <p tag, with > before the <a . If you provide the code we can see.

1 Like
<p NYFW this is what i put and the screen to the right won't show the NYFW to be blue

You may be missing > after <p

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