Switch to full style
HTML code examples
Post a reply

Strong tag with button tag

Sat Feb 25, 2012 1:51 am

In this example we use the Strong tag to show the text value of button tag bold.

Code:
<html>
<
head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Using strong tag with button</title>
  <style type="text/css">
  button strong { 
    line
-height: 2; 
    vertical
-align: top; 
  
}
  </style>

</
head>

<
body>
 
    
<p>
      In this example we use strong tag with button to show the button text
bold
.    </p>
    <div>
      <button type="submit" name="next">
        <strong>Click Here To Continue</strong> 
        
      
</button>
    </div>  
</body>
</
html>
 




Post a reply
  Related Posts  to : Strong tag with button tag
 Usage of strong tag     -  
 Convert link and button to custom button with good style     -  
 Gel Button     -  
 Nav button size     -  
 gel button in flash     -  
 create a web 2.0 button     -  
 put image on button in C#     -  
 disable button     -  
 Glare button     -  
 create web button     -  

Topic Tags

HTML Font