Survey Form - Build a Survey Form

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

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <meta charset="utf-8">
  <head>
    <title>Public Library Form</title>
    </head>
    <body>
      <h1 id="title">Public Library Form</h1>
      <p id="description">Complete this form to become a member of the public libraries network.</p>
      <form id="survey-form">
      </body>
  </html>
/* file: styles.css */

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Can u describe your issue in your own words

Hi, welcome to the FCC forum,

Please describe your issue.
Asking a better question will help you better understanding your own roadblocks

Hello and thank your comment!
Sorry for the lack of explanation on my topic is my first time on the forum and I sent It before I could see where should I write It. I will edit it now.
My doubt is where should I link this hypothetical form? I know It isn’t going anywhere but I wonder if an action element with some specific link is mandatory for the completion of the project.
Thank you!

Hello Dannee, thank you for your comment!
I would like to know if I must link this hypothetical form to somewhere even if I know the information is not actually going anywhere. I wonder if I should give it an specific action link.
Thank you!

I do not think it needs to go anywhere if you only want to pass the requirements of the project.

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