How do you put the letter in italics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you put the letter in italics?

25th Aug 2018, 9:22 PM
Alejandro
Alejandro - avatar
3 Answers
+ 9
you must html <p class="italics"> write any thing you want </p> css p.italic { font-style: italic; } 🙌😎
3rd Sep 2018, 1:43 PM
Daniel D (school)
Daniel D (school) - avatar
+ 4
To italicize characters, you must use the <i> tag.
25th Aug 2018, 9:28 PM
José Ngoyi
José Ngoyi - avatar
+ 3
<span style="font-style: italic">some text... </span>
26th Aug 2018, 6:30 AM
Tobi Wimma