'strong' Example : strong « Tags « HTML / CSS






'strong' Example

 
    
<html>
<head>
<title>strong element example</title>
</head>
<body>
<p align="center">
    <strong>Strong</strong> and 
    <strong>bold</strong> text.
</p>
</body>
</html>
    
      
        
  








Related examples in the same category

1.button with strong tag and image
2.EM and STRONG
3.strong font-weight:bold;
4.strong font-size:18px;
5.strong line-height:22px;
6.strong border:1px solid #000000;
7.strong font-weight: normal;
8.strong background-color: yellow;
9.strong margin-left:40px;
10.strong margin-right:10px;
11.strong background-color:#d6d6d6;