专题文章
时长:00:00更新时间:2020-11-27 15:24:08
首先我们介绍下HTML标签style属性的定义吧。style 属性是规定元素的行内样式(inline style)。style 属性将覆盖任何全局的样式设定,例如在 <;style>;标签或在外部样式表中规定的样式。HTML style 属性实例。在 HTML 文档中使用 style 属性。<;h1 style=";color:blue;text-align:center";>;This is a header<;/h1>;<;p style=";color:red";>;This is a paragraph.<;/p>;。HTML标签style属性的语法。
查看详情