Sunday, January 12, 2020

Submit Button

<html>
<head>
<title>This is my first web page</title>
</head>
<body>
<form>
User Name:<input type="“text" /> <br><br>
Password :<input type="password" /><br><br>
<input type="submit" value="Submit"/>
</form>
<body>
</html>



This is my first web page
User Name:

Password :

No comments:

Post a Comment

Assessment Paper 10

Vtapage.html <html> <head> <title> VTA </title> </head> <body> <h1> VTA <...