Computer Science, asked by ramya8, 1 year ago

Write the HTML source code to generate the following form:

Attachments:

Answers

Answered by Muskan900
0
Hyper text markup language and http//: hyper text markup language.com
Answered by siddhartharao77
3
<html>
<body>
<form>
<input type = "button" value="New">
<input type="button" value="Delete">
</form>
</button>
<label for="No">Record Number:</label>
<input type="text" value="" >
</br></br>
<label for="No1">First:</label>
<input type="text" value="" >
</br>
<label for="No2">Last:</label>
<input type="text" value="" >
</br>
<label for="Mobile">Phone:</label>
<input type="tel" value="" >
</br></br>
<input type = "button" value="Previous">
<input type="button" value="Next">
</body>
</html>


Hope this helps!

siddhartharao77: Thank You So Much Ramya8 for the brainliest..
Similar questions