Horje

How to Use CSS to set bold text

Use CSS to Set Bold Text This is normal text - and this is bold text.
index.html
Example: HTML
<p>This is normal text - <span style="font-weight:bold;">and this is bold text</span>.</p>

Output should be:

How to Use CSS to set bold text




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin