How to make italic (cursive) text with css
In the stylesheet, use the font-style to make a text italic style:
font-style:italic;
Italic is also know as cursive.
In the stylesheet, use the font-style to make a text italic style:
font-style:italic;
Italic is also know as cursive.