Which tag I must use to bold and italic statements? In python. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Which tag I must use to bold and italic statements? In python.

With tag

8th Sep 2023, 2:19 PM
kabi B C
kabi B C - avatar
5 Réponses
+ 6
<b></b> for bold tag <I></i> for italic tag
8th Sep 2023, 2:21 PM
Sakshi
Sakshi - avatar
+ 5
For making bold any text u have 2 tags use <b></b> or <strong></strong> Both will make text bold and for italic use <i></i>.
8th Sep 2023, 2:48 PM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 5
kabi B C , You can use, <b></b> and <strong></strong> tags for bold statements... <i></i> and <em></em> tags for italic statements
8th Sep 2023, 4:01 PM
Riya
Riya - avatar
+ 2
<b>Hello</b> to make a text bold <i>Hello</i> to give a text italic style
8th Sep 2023, 9:11 PM
Fabian Roy
Fabian Roy - avatar
+ 2
In which language?
10th Sep 2023, 3:49 AM
Jyoti
Jyoti - avatar