Computer Science, asked by rifna7890, 11 months ago

Write html code to design a questionnaire on the basis of the format given

Answers

Answered by Anonymous
0

Explanation:

Create a basic HTML file in Notepad. Open Notepad to create a fresh web page and write the following code:

Save it as HTML file and open in your browser. ...

Insert the <form> tags. ...

Insert properties for <form> tag. ...

Create a Text Field. ...

Create radio buttons. ...

Create check box. ...

Create a drop-down selection list.

Similar questions