HTML - Bold Text
To get the bold text we will use the <b> tag.
<b>This text is bold </b> |
|---|
Display
This Text is bold |
|---|
HTML - Bold text - applications
Generally, the bold text is used to emphasize certain words
or certain terms in within a sentence.
<p><b>Bold</b> text is useful to emphasize certain <b>terms</b></p> |
|---|
Display
Bold text is useful to emphasize certain terms |
|---|
It can also be used to write a definition. But, we'd better exemplify:
<p><b>Negrita</b> - corresponding word in Spanish for bold</p> |
|---|
Display
Negrita - corresponding word in Spanish for bold |
|---|
