Freemote Logo

Coding Wiki

Most Common Coding Questions

Find answers to popular programming questions and level up your coding skills

Bold in html

How to create bold text in HTML

Answer:

In HTML, bold text can be created using the <b> or <strong> tag.

html
<b>This text will be bold</b>
Tags:
html
☾☾☾
+++++++++
Level Up Your Coding Skills

JavaScript Cheat Sheet

Remember the essentials of 5 different languages, it's free.