2023-01-18 18:13
CSS
1. 使用内联样式
添加样式属性style,像这样:
<code><br/><p style="font-family: Arial">这是使用Arial字体的文本</p></code>
在HTML文档中添加