当前位置:网站首页>Global attribute lang attribute
Global attribute lang attribute
2022-06-23 06:14:00 【Little fan】
lang The global attribute is generally set in <html> In the label .
You should always be <html> Tag contains lang attribute , To declare Web The language of the page . This is to help search engines and browsers :
lang Property values are set by The language code + Country code form , With a hyphen in the middle (-) link
Example:
<html lang="en-US"> ... </html>
<html lang="zh-CN"> ... </html>
Reference link
边栏推荐
- 如何为 Arduino IDE 安装添加库
- Activity startup mode and life cycle measurement results
- (1) Basic learning - Common shortcut commands of vim editor
- Pat class B 1015 C language
- jvm-06. Garbage collector
- The hierarchyviewer tool cannot find the hierarchyviewer location
- Operating mongodb in node
- Real MySQL interview questions (25) -- common group comparison scenarios
- 新课上线 | 每次 5 分钟,轻松玩转阿里云容器服务!
- Matplotlib savefig multiple picture overlay
猜你喜欢

又到半年总结时,IT人只想躺平

【Cocos2d-x】可擦除的Layer:ErasableLayer

如何指定pig-register项目日志的输出路径

jvm-05. garbage collection

gplearn出现 assignment destination is read-only

Infotnews | which Postcard will you receive from the universe?

jvm-04. Object's memory layout

Efficient office of fintech (I): automatic generation of trust plan specification

Centos7 installation of postgresql8.2.15 and creation of stored procedures

jvm-06. Garbage collector
随机推荐
Prometheus, incluxdb2.2 installation and flume_ Export download compile use
Pat class B 1019 C language
Pyinstaller sklearn reports errors
New classes are launched | 5 minutes each time, you can easily play with Alibaba cloud container service!
Runc symbolic link mount and container escape vulnerability alert (cve-2021-30465)
求二叉树最宽的层有多少个节点
Implementation of linear list linked list structure
Palindrome number for leetcode topic analysis
Network packet capturing tcpdump User Guide
【Leetcode】431. Encode n-ary tree to binary tree (difficult)
Pat class B 1020 Moon Cake
Day_13 传智健康项目-第13章
Ant Usage Summary (III): batch packaging apk
【Cocos2d-x】自定义环形菜单
jvm-04. Object's memory layout
Difference between MySQL read committed and repeatability
mysql以逗号分隔的字段作为查询条件怎么查——find_in_set()函数
Adnroid activity screenshot save display to album view display picture animation disappear
去除防火墙和虚拟机对live555启动IP地址的影响
jvm-05.垃圾回收