使用CSS设置字体样式
要设置字体样式,请使用 font-style属性。将字体设置为斜体,正常和倾斜。
示例
您可以尝试运行以下代码,以使用CSS将字体样式设置为斜体:
<html> <head> </head> <body> <p style = "font-style:italic;"> Europe, Australia, South America are continents. </p> </body> </html>
要设置字体样式,请使用 font-style属性。将字体设置为斜体,正常和倾斜。
您可以尝试运行以下代码,以使用CSS将字体样式设置为斜体:
<html> <head> </head> <body> <p style = "font-style:italic;"> Europe, Australia, South America are continents. </p> </body> </html>