Imagine if I want to make, for example, a certain text (bold) and (italic) at the same time, how do I do it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Imagine if I want to make, for example, a certain text (bold) and (italic) at the same time, how do I do it?

22nd Aug 2019, 8:38 AM
Cristiano Adami
Cristiano Adami - avatar
3 Answers
+ 3
It can be combine together font-weight: bold; font-style: italic;
22nd Aug 2019, 8:39 AM
Uchiha Itachi
Uchiha Itachi - avatar
+ 3
Or you just do <b><i>this</i></b>.
22nd Aug 2019, 8:42 AM
Hatsy Rei
Hatsy Rei - avatar
0
Thank you
22nd Aug 2019, 9:11 AM
Cristiano Adami
Cristiano Adami - avatar