Computer Science, asked by aranhamarel, 9 days ago

Write a program using HTML to create a form and submit it with personal data like name, address and standard

Answers

Answered by shivam198655
1

Answer:

HTML means hyper text is in use of the type in

Answered by atrs7391
5

<html>

<title>

Brainly.in Answer

</title>

<head>

<h2>Form</h2>

</head>

<body>

<form>

Name  

<br>

<input type="text"></input>

<br>

Address

<br>

<input type="text"></input>

<br>

Standard

<br>

<input type="text"></input>

<br>

<br>

<input type="submit"></input>

</form>

</body>

</html>

Similar questions