Sunday, January 12, 2020

Field Set

<html>
<head>
<title>This is my first web page</title>
</head>
<form>
<fieldset>
<legend>Personal Deatails:</legend>
Name: <input type="text" /><br /><br />
Email: <input type="text" /><br /><br />
Date of birth: <input type="text" /><br />
</fieldset
</form>
</body>
</html>


This is my first web page
Personal Deatails: Name:

Email:

Date of birth:

No comments:

Post a Comment

Assessment Paper 10

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