Hi i am trying to get my web deign certificate. just asking if i should tap the link right at the top of the page to begin

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Hi @scoder321 !

I am not sure I understand your question.

What do you mean by tap the link at the top of the page?

oh, sorry. when i was finished with my basic html and html 5. i said that i could get a certificate if i finish a few more tasks. i went to the first task and there was a link at the top of the page. i am a little confused…

If you are referring to this link,
Screen Shot 2021-10-07 at 5.19.43 AM

It is showing you an example of what you are going to build.

The goal is not to copy the sample.
The sample is there to just give you an idea about what the project is.

Your goal is to create your own tribute page and pass all of the user stories.
On that page, you can see there are a total of 9 user stories.

You can build your page in any environment you feel comfortable with.

When you are finished building your page with all of the tests passing then you can submit the live link here

Hope all of that makes sense!

where should i build the page. can i do it on visual studio?

Yes you can use VS code.

make sure to add this script tag just before your end body tag.

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tribute page</title>
</head>

<body>

    <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</body>

</html>

thank you so much. you really helped

1 Like

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