CSS – Cascading Style Sheet
In this lecture you will learn Text styling and displaying
The font-style property 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)
for instance fonts css examples with source code here:
This is a paragraph in normal style.
This is a paragraph in italic style.
This is a paragraph in oblique style.
in the above shown example applied styling text in css to a html tag elements, in this example source code written in p tag is applied on style attribute with parameters are having with their values.
similarly one p tag of html element is also applied for styling text