What is a font style?(What is, Concept and Definition)
In a web browser, font style is a CSS (custom style sheet) property used in HTML and ASP.NET programming, which defines the font style for text.
There are four possible options for the font style.
If the font style is not specified, "normal" is the default option."Inherit" is an option available in Internet Explorer 8 or later (not supported in previous versions) and specifies the style to inherit from the element.main.The italic and oblique are slanted versions of the selected font.
Comments
Post a Comment