Write html code to design a form for a coaching Center. Design the form to fill details as: Form No, Student_name, Class, Gender (Male/Female), Course (Basic / Advance), Fees.
Plz help me its urgent plzzzz help guysss
Answers
Answered by
0
Answer:
For creating a feedback form you can open a new HTML code editing page in your IDE.
...
Creating a Feedback Form
<! DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
Similar questions