HTML:- Input button tag

<!DOCTYPE html> 
<html> 
 
<head> 
 <meta name="viewport" content="width=device-width, initial-scale=1"> 
 <title>Button</title> 
</head> 
 
<body> 
 
 <input type="button" value="Click Me"> 
 
</body> 
 
</html>


Used of:-    

Button


  • It is used for calling the javascript functions. We can perform validationprocess or send information to server.
  • Its important attributes are size and value.
  • This also include many events to execute the functions. eg) onclick, onkeyup and etc.
HTML:- Input button tag HTML:- Input button tag Reviewed by Network security on April 30, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.