1 min to read
The <b> tag in HTML is used to make a text bold.
When using this tag, the content inside the <b> tag will be displayed with a bold font.
Note:
Example:
<p> Tôi tên là <b>Minh</b> </p>
Result:
Tôi tên là Minh