Computer Science, asked by alvinjoseph, 1 year ago

I have made a form using HTML. How can I get the output of the form?


hot29: what is the coding?
alvinjoseph: <html>

<body><body bgcolor = "brown">
Calculator</a>
</p>
<form>
Name <input type = "textbox">
</form>
<form>
Age <input type = "textbox" maxlength = 2 >
</form>
Male<input type = "radio"> Female<input type = "radio">

<form>
Contact Address <input type = "textbox">
</form>
<form>
Username <input type = "textbox">
</form>
<form>
Enter Password <input type = "password">
</form>
alvinjoseph: <form>
alvinjoseph: Retype password<input type= "password">
</form>
<form>
Submit <Input type = "submit">
</form>
alvinjoseph: Sorry about the third and fourth line

Answers

Answered by hot29
1
When you save the coding you should save it as (filename).html

Then open it.

alvinjoseph: I saved it as form.html
alvinjoseph: But how can i collect information about people who put in their details?
Answered by blasterbros
1
You have to save the file as a .HTML and then open the file in a browser then you will see your output
Similar questions