Creating bold text can be accomplished through the use of the <b> bold tag.
Code:
Code:
<b>This is the BOLD text!</b>
Example:This is the BOLD text!
Code:<p>
<b>Don't</b> go there!
</p>
Example:<b>Don't</b> go there!
</p>
Don't go there!
Code:<p>
<b>Umbrella:</b> Helps in rain.
</p>
Example:<b>Umbrella:</b> Helps in rain.
</p>
Umbrella: Helps in rain.
Comments
Post a Comment