'button' Example : button : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » button »

 

'button' Example



    
<html>
<head>
<title>button element example</title></head>
<body>
   <center>
      <button type="button" 
              id="myButton" 
              style="font-weight:bold; 
                     color:darkblue; 
                     background:cyan; 
                     border-color:blue; 
                     font-family:Verdana;">
      Button</button> 
    </center>
</body>
</html>
           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» button