Likert Scale Survey - Copy this Html, Bootstrap Component to your project
Create a web form using HTML and CSS that contains a Likert scale questionnaire. The form should have the following characteristics: 1. The form includes 5 questions related to user satisfaction with a product. 2. Each question should use a 5 point Likert scale with the following options: Strongly Disagree Disagree Neutral Agree Strongly Agree 3. Each question should be displayed on a new row with radio buttons for each Likert scale option. 4. Add a submit button at the bottom of the form that displays a success message when clicked. 5. Ensure the form is responsive and visually appealing. Include the following labels for each question: "How satisfied are you with the product quality?" "How easy was it to use the product?" "How satisfied are you with the customer service?" "How likely are you to recommend this product to others?" "Overall, how satisfied are you with the product?" Style the form using CSS with a clean, modern design and include placeholder text for any input fields.
