What is the effect of using the HTML tags text?

Makes the text bigger
Makes the text bold
Makes the text smaller
Makes the text lowercase

1 answer

The effect of using the HTML tags <b>text</b> is that it makes the text bold. The <b> tag is used to apply bold styling to the enclosed text without implying any added importance, which is different from the <strong> tag, which also makes text bold but signifies that the text is of strong importance.