answersLogoWhite

0


Best Answer

Use Bold tag <b>

Eg: <b> text </b>

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make bold letters in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make bold a different color in HTML?

&lt;strong style="color: red;"&gt;Red Bold&lt;/strong&gt;


How do you write bold letters on twitter?

Unfortunately you can't use custom HTML on Twitter, so you can't bold, italicise, underline or strike-through text.


What are different tags of HTML in bold?

In the Html the bold tag is used to bold the sentence..... Ex: &lt;b&gt;xxxx&lt;/b&gt;


What does the put a bold face on mean?

it means to make the letters darklike thisexample of bold facing


What are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


How will you make certain piece of text bold-faced in HTML?

For HTML, the code would be &lt;b&gt;(insert word here without parenthases)&lt;/b&gt;


How do you do bole letters on facebook?

You can only make letters bold on chat, by writing *your word between these stars*


What are translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


How do people make their letters look different on MySpace?

to make the letters bold &lt;b&gt; to make the letters small &lt;small&gt; to make the letters big &lt;big&gt; or &lt;font size=#&gt; to make the letters a color &lt;font color=red,green,ect&gt; to stop making the letters bold &lt;/b&gt;after any word or sentence ect. to stop making the letters small &lt;/small&gt; to stop making the letters a color &lt;/font color=red,green,ect&gt; to underline &lt;u&gt;


In Gmail how do you chat in bold letters?

you put stars before and after the words.... like this...... *hello* and then it would be bold! good luck!


What do you write in a web page to make the letters bold?

What you write in a website to make the letters bold is : &lt;strong&gt; and at the end of the word &lt;/strong&gt; I recommend looking into a simple online course with videos to learn more about web design mastery.


What is the definition of B tag in HTML?

It stands for Bold. It is used to bold text in a web page.