Which of the following element is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
Answer: (c) <b>
<b>Bold text example</b>
save
listen
AI Answer
Which of the following element is responsible for making the text bold in HTML?
1
<pre>
<a>
<b>
<br>
Answer: (c) <b> < b > Bold text examp…
asked
Apu
1 answers
<html>
<body>
<p>
<b>This sentence will be bold.</b>
</ p>
</body>
</html>