How to bold text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

How to bold text

How

3rd Jul 2019, 4:18 PM
Suvi
25 Answers
+ 26
Use the <b> tag or use the <strong> tag
3rd Jul 2019, 4:30 PM
JTLZ
+ 20
U can use <b> tag or if u want to mark a text important u can also use <strong> tag... Result will be same in both. 👍🏻👍🏻
4th Jul 2019, 12:55 PM
Tushar
Tushar - avatar
+ 12
Please look for answers before asking questions. This is just one of them I easily found. https://www.sololearn.com/Discuss/1049872/how-to-bold-text Anyway, you use the <b> tag, and the <strong> tag to bold text in HTML. You can also CSS to bold text.
4th Jul 2019, 9:24 PM
Green Ghost
Green Ghost - avatar
+ 11
By using bold tag <b></b> or by increasing font weight of the particular element in CSS
4th Jul 2019, 6:46 PM
Jaagrav
Jaagrav - avatar
+ 9
<b>or<strong>tag <strong>is not supported in Html5 use <b> instead Or use css: p{ font-weight:bold; }
4th Jul 2019, 7:50 AM
Farhan
Farhan - avatar
+ 6
Here's a code for ur help,using the bold tag <body> <b>Good Luck</b> </body> And one more thing strong tag also makes text bold but it's main use is to identify important text So use bold tag <b> to make the test bold.
3rd Jul 2019, 5:54 PM
Sujash Agrawal
+ 6
Using inside the <body> tag <b>text bold</b> also used <strong>text bold</strong>
3rd Jul 2019, 7:54 PM
SurajGuptaOnline
SurajGuptaOnline - avatar
+ 6
<b> or <strong>
4th Jul 2019, 4:18 AM
Sonic
Sonic - avatar
+ 6
Using <b> tag or strong tag in html
4th Jul 2019, 6:27 AM
I'mperfect Fems👧
I'mperfect Fems👧 - avatar
+ 6
Use CSS : p { font-weight: bold; }
4th Jul 2019, 11:42 AM
Stéphane Fernoux Cornély
Stéphane Fernoux Cornély - avatar
+ 6
in(html) use these : <b>...</b> (this will bold your text only) or use <strong>...</strong> (this will bold your text and at the same time and mark your text as an (important) text and (it is usefull for search engine) and (it is not supported in HTML5) ....................................... in (SCC) use this: p { font-weight: bold; } or use this: p { font-weight: put_a_number px; } instead of (put_a_number) you should use a number for exampl (300px) remember>> the higher number you use the bolder text you will get -_-_-_-_-_-_-_-_-_-_-_-_-_- <h1>Happy Codding</h1>
4th Jul 2019, 12:12 PM
Aram Samad MalaAbid
Aram Samad MalaAbid - avatar
+ 6
U can apply css Property Font-weight: 10px;
5th Jul 2019, 4:18 PM
SurajGuptaOnline
SurajGuptaOnline - avatar
+ 4
Use <b> tag or <strong> tag
4th Jul 2019, 6:38 AM
Krishna _6431
Krishna _6431 - avatar
+ 3
<b> text bold <strong> text bold important
4th Jul 2019, 4:22 AM
Nabï ⚽
Nabï ⚽ - avatar
+ 2
there are the tags <strong> or <b> used like <b>this</b> or like <strong> this </strong> and im only 12 years old dudes
4th Jul 2019, 7:26 PM
Alex
Alex - avatar
+ 2
<b>
4th Jul 2019, 8:34 PM
Inno Criss
Inno Criss - avatar
+ 2
Use the <b></b> tags to format the text 🙂
5th Jul 2019, 2:19 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 2
use <b>...... </b> tag or <strong>.... </strong> or use font-weight: bold/bolder ; in your css stylesheet
5th Jul 2019, 12:25 PM
Aditya
Aditya - avatar
+ 1
<b></b> para poner texto en negritas y <strong></strong> también define texto en negritas pero con mas importancia y dándole énfasis al navegador. Ve mas aquí: https://www.sololearn.com/learn/HTML/1026/ 👍💻😀🙋
4th Jul 2019, 9:32 PM
Samuel Alejandro Gonzalez
Samuel Alejandro Gonzalez - avatar
+ 1
Use <b> tag or <strong>
5th Jul 2019, 2:15 AM
Anshi Choudhury