Write the HTML source code to generate the following form:
Attachments:
![](https://hi-static.z-dn.net/files/dd0/765dca00877940312c7eda4c701ced0b.jpg)
Answers
Answered by
0
Hyper text markup language and http//: hyper text markup language.com
Answered by
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!
<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