登录  /  注册

html规定元素的行内样式(inline style)的属性style

黄舟
发布: 2017-11-03 13:43:10
原创
8694人浏览过

实例

在 html 文档中使用 style 属性:

<h1 style="color:blue; text-align:center">This is a header</h1>
<p style="color:red">This is a paragraph.</p>
登录后复制

定义和用法

style 属性规定元素的行内样式(inline style)

style 属性将覆盖任何全局的样式设定,例如在