Answers for "What is other tag to make text bold?"

CSS
4

html make text bold

<b> Bold Text </b>
Posted by: Guest on July-31-2020
-1

html make text bold

<!DOCTYPE html>
<html>

<body>

 This is some <b>bold</b> text.

</body>

</html>
Posted by: Guest on June-11-2021

Browse Popular Code Answers by Language