Tutorialsplane

Html strong tag


Html strong tag: It basically adds the strong text.


Syntax of Html strong tag

<strong>text.</strong>

Html Strong tag

Example




<title>Title</title>


<p>Without Strong Tag : This is paragraph without strong texts.</p>
<p><strong>Strong Tag : This is paragraph with strong texts.</strong></p>


Try it »

Output :

Html strong tag

Html Formatting