Home Top Ad

Responsive Ads Here

Write a program to login page using Form Tag in html

Share:

Write a program to login page using Form Tag in html

<html>

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Form Tag</title>

</head>

<body>

<table border="1">

<form>

<tr>

<td>Enter Your Name:<input type="text" name="t1" required></td>

</tr>

<tr>

<td>Enter Password:<input type="Password" name="p1" required></td>

</tr>

<tr>

<td><button>Submit</button> &nbsp;<button>Cancle</button></td>

</tr>

</form>

</table>

</body>

</html>


Post a Comment

No comments

Welcome to saveracom.blogspot.com

Data Science using Spreadsheet Software Assignment 3

Printing Workbooks select the cells you want to print and then set that area as the print area   Steps to set a print area: Select the cells...