0

1 . Make the text italic:

What is the answer lesson Font style And Question no 2

20th Jul 2025, 10:59 AM
Ritesh Kr Sharma
Ritesh Kr Sharma - avatar
3 Respuestas
+ 3
Several options for making text italic: <i>Your text</i> <p><em>Your text</em></p> <p style="font-style: italic;">Your text</p> With CSS: p { font-style: italic; } https://www.sololearn.com/ru/compiler-playground/WtdO5I7gs7h7/?ref=app
20th Jul 2025, 11:12 AM
Mila
Mila - avatar
0
1. go over the tutorial again 2. google 3. search discussion forum for similar questions 4. only then ask.
20th Jul 2025, 2:28 PM
Aleksei Radchenkov
Aleksei Radchenkov - avatar
0
Make italic <i></i> Make bold <b></b> Make paragraph <p></p> **Don't forget use closing tag "/"
22nd Jul 2025, 11:05 AM
Nazwa Shabrina Zain
Nazwa Shabrina Zain - avatar