A simple student feedback form that collects user names, emails, and ratings. Teaches basic HTML form handling and layout design.
Follow these steps in order. Each one builds on the previous.
Create the HTML folder structure inside starter_code
Build the input text fields and labels
Add select options and textarea elements
Align the form to the center for better layout
Test the form using Live Server
Loading...