css font style
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).
Example:
p{font-style:normal;}
p {font-style:italic;}
p{font-style:oblique;}
0 মন্তব্য(গুলি):
একটি মন্তব্য পোস্ট করুন
Comment below if you have any questions