Sunday, January 12, 2020

Text Fields

<html>
<head>
<title>This is my first web page</title>
</head>
<form>
First name: <input type="text"/><br ><br>
Last name: <input type="text"/>
</form>
</body>
</html>



This is my first web page
First name:

Last name:

No comments:

Post a Comment

Assessment Paper 10

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