Computer Science, asked by kishanjaiswal1976, 6 hours ago

to input text boxes for entering your name, your father's name and your mother's names and insert submit and reset button also.

please give the coding not any explanation

please


it is very urgent​

Answers

Answered by gnanaharish03
1

Answer:

<html>

<head>

<title> some title </title>

</head>

<body>

<form name = "myform">

Your Name : <input type = "text" name = "uname">

Your Father Name : <input type = "text" name = "fname">

Your Mother Name : <input type = "text" name = "mname">

<input type = "submit">

<input type = "reset">

Similar questions