HTML5 style attribute and html5style attribute
HTML5 style attributes:
This attribute specifies the line style of the element ).
This attribute overwrites any global style settings.
Syntax structure:
<element style="style_definitions">
Browser support:
(1). IE browser supports this attribute.
(2) Google Chrome supports this attribute.
(3) Firefox supports this attribute.
(4). Safari supports this attribute.
(5) operabrowser supports this attribute.
Differences between HTML4.01 and html5:
(1) In HTML5, the style attribute can be used for any HTML element (it will verify any HTML element. But not necessarily useful ).
(2 ). in HTML4.01, the style attribute cannot be used: <base >,< head >,< html >,< meta >,< param >,< script >,< style>, and <title>.
Property value:
Value |
Description |
Style_definitions |
One or more CSS attributes and values separated by semicolons. |
Code example:
<! DOCTYPE html>
Original address: http://www.51texiao.cn/HTML5jiaocheng/2015/0618/4612.html
The most original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 10030.