Font Style
p.normal {
font-style: normal;
}
p.italic {
font-style: italic;
}
p.oblique {
font-style: oblique;
} Is mostly used to specify italic text.
This property has three values: normal (the text is shown normally), italic (the text is shown in italics), oblique (the text is "leaning", oblique is very similar to italic, but less supported).
Semantic portal