USING STRONG ELEMENT:-
<html>
<body>
<p>This paragraph text is normal.</p>
<p><strong>This paragraph text is strong.</strong></p>
</body>
</html>
<html>
<body>
<p>This paragraph text is normal.</p>
<p><strong>This paragraph text is strong.</strong></p>
</body>
</html>
OUTPUT:-
- <strong> tag is use for text in bold format.
No comments:
Post a Comment