CSS Section
<style> Pre { color:red; Background-color:cornsilk; /* Text Size */ font-size:18px; /* Text font, individual fonts are not supported in different systems, set multiple fonts for multi-system compatibility */ Font-family:aharoni, Andalus, "Angsana New"; /* Text thickness, 100-900 of 100 integer times, Normal (+), bold (+) */ font-weight:900; /* font style normal, inherit browser text tilt display, oblique make text tilt */ Font-style:inherit; /* distance between characters */ letter-spacing:5px; /* The distance between the English characters, if there is a space between the Chinese will also work on the space */ word-spacing:7px; } UL li { /*font: Styles style style size font type; */ } </style>
Boday part
<body><pre> today is June 17, 2016, Beijing, weather fine </pre>
The above is the CSS to set the text properties of the sample content, more relevant content please pay attention to topic.alibabacloud.com (www.php.cn)!