<!DOCTYPE html>
<html>
<head>
<title>CSS Font Style</title>
</head>
<body>
<p style="font-style: normal;">This text is normal style</p>
<p style="font-style: italic;">This text is italic style</p>
<p style="font-style: oblique;">This text is oblique style</p>
</body>
</html>