Sunday, January 12, 2020

Check Box

<html>
<head>
<title>This is my first web page</title>
</head>
<form>
<input type="checkbox"/>I have a bike<br/>
<input type="checkbox"/>I have a car
</form>
</body>
</html>


This is my first web page
I have a bike
I have a car

No comments:

Post a Comment

Assessment Paper 10

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