Tribute Page Project


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="freeCodeCamp Accessibility Quiz practice project" />
    <title>Dr. Norman Borlaug</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>

<main id="main">
  <h1 id="title">Dr. Norman Borlaug</h1>
  <div id="img-div">
<img id="image" max-width="100%">
<p id="img-caption"></p>
<p id="tribute-info"></p>
<a id="tribute-link" href="_blank"></a>
  </div>
</main>

  </body>
  </html>

Why are there tasks, but not a single beginner can complete them?
what’s the catch in these tasks if no one from the beginners knows anything? There are many questions, of course, there will not be clear answers, but there is something to think about)

If you have a question about a specific challenge as it relates to your written code for that challenge, and you’ve tried to solve it at least 3 times so far and still need some help, just click the Ask for Help button located on the challenge (it looks like a question mark).
This button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

When you make a form, there is no longer a button, and it is not realistic to make a form on your site, now the question is, how do you solve such problems here?

I don’t understand what you meant by “when you make a form”.
Can you post a screenshot of what it is you were trying to do? And a link to the challenge you are on?

I’ve edited your code for readability. 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 (').

I tried to make this form, but nothing happens, many errors appear

As we have asked before, please be specific. What errors? What words in the error message do you not understand?

We can’t effectively help unless you provide details.

okay, you also said something about a missing button? which button is missing?

I’m sorry to hear you’re having trouble with solving the Tribute Page challenge. I also found it frustrating when this challenge asked me to use code I hadn’t yet learned.

One thing to keep in mind is that freeCodeCamp is not only teaching you to program, but also teaching you to think like a programmer. In the real world, you will face many programming challenges that you haven’t yet been taught how to answer. In this instance, Google is your best friend. If you want to be a successful programmer, you must learn to research new code techniques for yourself.

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