代码示例:(标识:css_howto_inline)
<!DOCTYPE html>
<html>
<body>

<h1 style="color:blue;text-align:center;">这是标题</h1>
<p style="color:red;">这是一个段落。</p>

</body>
</html>
运行结果: