Survey Form - Build a Survey Form

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

Your code so far

/* file: index.Ext.html */




</head>
<body>
    <h1 id="title">Survey Form</h1>
    <p id="description">Please fill out this survey with your information</p>
    
    <form id="survey-form">
        <label for="name">Name:</label>
        <input type="text" id="name-label" name="name" required>
        
        <label for="email">Email:</label>
        <input type="email" id="email-label" name="email" required>
        
        <label for="age">Age:</label>
        <input type="number" id="number-label" name="age" min="18" max="100">
        <label 

    
    


    

/* file: styles.Ext.css */

Your mobile information:

TECNO BG6m - Android 14 - Android SDK 34

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

the code is incomplete, send the whole code and provide what’s the issue you’re facing so we could take a better look on it.