第一种:在html元素内写,举例:<p style="font-size:16px;">文本</p>第二种:在html文档头部,head标签内写<style> p{ font-size:16px; }</style>第三种:引入外部 <link rel="stylesheet" type="text/css" href="font/style.css"/>