<strong>

Description

This element causes text between its opening and closing tags to appear in boldface.

Example


<html>
<body>
     <p>
       This <strong>paragraph</strong> 
       has text rendered in normal and <!--  ww w . j  a  va 2 s  . com-->
       <strong>bold</strong>
       face.
     </p>
</body>
</html>

Click to view the demo

The code above generates the following result.

strong




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference