HTML5 lang attribute and html5lang attribute
HTML5 lang attributes:
This attribute specifies the language of the element content.
Syntax structure:
<element lang="language_code">
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 lang attribute can be used for any HTML element (it will verify any HTML element. But not necessarily useful ).
(2). In HTML4.01, lang
Property value:
Value |
Description |
Language_code |
Specifies the language code of the element content. |
Code example:
<! DOCTYPE html>
Original address: http://www.51texiao.cn/HTML5jiaocheng/2015/0618/4614.html
The most original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 10032.