Italic Text Using CSS code

Italic Text Using CSS- Italic font faces are generally cursive in nature, usually using less horizontal space than their unstyled counterparts, while oblique faces are usually just sloped versions of the regular face.

Code for Italic Text using CSS-

.italic-text {
   font-style: italic;
 }