Computer Science, asked by natasha561, 6 months ago


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 haribhati128
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