Coding Wiki
Find answers to popular programming questions and level up your coding skills
How to create bold text in HTML
In HTML, bold text can be created using the <b> or <strong> tag.
<b>This text will be bold</b>
Remember the essentials of 5 different languages, it's free.