Html strong tag


Html strong tag: It basically adds the strong text.


Syntax of Html strong tag

<strong>text.</strong>

Html Strong tag

Example

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<p>Without Strong Tag : This is paragraph without strong texts.</p>
<p><strong>Strong Tag : This is paragraph with strong texts.</strong></p>
</body>
</html>

Try it »

Output :

Html strong tag

Html strong tag


Advertisements

Add Comment

📖 Read More