css| Control | page | show | style sheet
HTML for content volume label only: These 3 settings, and about CSS for content allows us to have a more detailed set of glyphs. for font settings: font-family: Font name 1, font name 3, font name 3, and so on. shows the priority of the font, which is displayed if the font is installed in the computer. If you set the font, the client's computer is not installed, will be the browser preset font display:font-size:18pt|120%|xx-small|s-small|small|medium|large| X-large|xx-large
There are 2 ways to define font size strictly:
1, Absolute
such as: Pt;in These sizes are fixed, will not change because of resolution.
2, relative
For example: px;em;% These will change with the resolution and current font size ...
Font-style:normal|italic|oblique
Italic body
font-weight:normal|bold|lighter|bolder|100-900
Font weight
Font-variant:normal|small-caps
English lowercase turn font to small capitalization
For the above applications, you can use [CSS] in any one way.
For example:
dhtml&asp
This displays the font size of 20pt, purple, and English lowercase to a smaller capitalization. Or You can set it this way:
dhtml&asp
The font shown in this way is also 20pt, purple, and English lowercase turned into smaller caps.