Translate

Monday, 30 October 2017

input button tag


<!DOCTYPE html>
<html>

<head>
  <title>Input Button</title>
</head>

<body>

  <input type="button" value="Click Me">

</body>

</html>

No comments:

Post a Comment

Featured post

check box

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