list and explain the font and text element properties and values used CSS ( please give me a answer please give me a answer please )
Answers
Answer:
]>
Text & font properties in CSS
Text and font properties in the Cascading Style Sheets serve to set the appearance of individual characters in a word or line of text. The main problems are unavailable fonts and mapping of (variant) glyphs to character positions.
Font properties
Font properties
property type default comments
font URI inherited (-) overrides the next 6 below
font.family string+ inherited (-)
font.weight ..., -2, -1, 0, 1, 2,... inherited (0) 1=bold, 2=extra-bold, etc.
font.expansion ..., -2, -1, 0, 1, 2,... inherited (0) 0=normal, 1=expanded, etc.
font.style (italic|slanted|roman|small-caps)+ inherited (roman)
font.size ..., -2, -1, 0, 1, 2,...|length 0 (-) n=1.2^n times parent's size; lengthin pt
encoding encoding inherited (none) Postscript-like encoding vector
Selecting a font can either be done with the font property or with the six partial font properties. If font is present, it overrides the other font properties and the application is expected to extract the proper values for them from the single font as well as it can.