I am a SIMPLE guy. Here i want that SIMPLE word in Bold type. How can i make it?( Internal and External if possible) if not why? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

I am a SIMPLE guy. Here i want that SIMPLE word in Bold type. How can i make it?( Internal and External if possible) if not why?

Alert/Condition : not in Inline, only in Internal and External if possible. If not Why?

24th Sep 2018, 7:41 AM
Omkar Patange
Omkar Patange - avatar
9 Antworten
+ 9
You can write text in <b> </b> tags .👈👈HTML also add font- weight : bold 👈👈 in CSS.
26th Sep 2018, 1:11 AM
Vishnu
Vishnu - avatar
+ 6
You can use <b> tag or font-weight: bold css property
24th Sep 2018, 8:31 AM
KrOW
KrOW - avatar
+ 3
Example In HTML: <b> Hello! </b> Example In Css: #demo{ font-weight:bold; }
26th Sep 2018, 7:26 AM
Jingga Sona
Jingga Sona - avatar
+ 2
yeah
25th Sep 2018, 2:36 AM
GoldenStriker21 Vader
GoldenStriker21 Vader - avatar
+ 2
You can do it with.. font-weight: bold; In internal or external css.
25th Sep 2018, 7:12 AM
Codeie
Codeie - avatar
+ 1
<b> for HTML font-weight:bold; for CSS
25th Sep 2018, 12:55 PM
Joshua Martin Fontanilla
Joshua Martin Fontanilla - avatar
+ 1
you can use the <strong> tag as well.
1st Oct 2018, 11:12 AM
Muhtasim Khandaker Abyaz
Muhtasim Khandaker Abyaz - avatar
0
font-weight:bold in CSS <b> </b> in HTML
26th Sep 2018, 10:54 AM
Douwe Osinga
Douwe Osinga - avatar
0
Muhtasim Khandaker Abyaz oh yea, that as well
1st Oct 2018, 1:38 PM
Douwe Osinga
Douwe Osinga - avatar