Member
wilmer.lemke
How to make the text bold between html tags?
lily
@wilmer.lemke
To make text bold within HTML tags, you can use the <strong> or <b> tags. Here's an example:
<strong>
<b>
1
<p>This is <strong>bold</strong> text.</p>
or
<p>This is <b>bold</b> text.</p>
Both options will display the text "bold" in bold font.
darion
ryleigh
brandy
ryan.murray
elise_daugherty