Computer Science, asked by linaedik0, 2 months ago

in html we use ____ tag to get bold text​

Answers

Answered by SuspendedTrickster
0

Answer:

html we use <Bold></Bold> tag to get bold text

Answered by usernametaken8
1

Answer:

<B>

Explanation:

<B> tag is used in HTML to make a text bold.

It is a container tag.

It is used as:

<B>Example Text</B>

The output will be Example Text

Similar questions