Translate

Tuesday, 31 October 2017

check box


<!DOCTYPE html>
<html>

<head>
  <title>Check Box</title>
</head>

<body>


  <input type="checkbox" name="subject">Maths

  <input type="checkbox" name="subject">Ict

</body>

</html>

1 comment:

Featured post

check box

<!DOCTYPE html> <html> <head>   <title>Check Box</title> </head> <body>   <input ty...