当前位置:网站首页>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
边栏推荐
- ant使用总结(三):批量打包apk
- Pyqt5 设置窗口左上角图标
- Summary of ant usage (I): using ant to automatically package apk
- Eight data analysis models: ogsm model
- mysql以逗号分隔的字段作为查询条件怎么查——find_in_set()函数
- Real MySQL interview questions (XXVI) -- didi 2020 written examination questions
- Day_11 传智健康项目-图形报表、POI报表
- 又到半年总结时,IT人只想躺平
- jvm-01. Instruction rearrangement
- Perfect squares for leetcode topic analysis
猜你喜欢
随机推荐
mongodb项目中可能出现的坑
Pat class B 1021 digit statistics
App SHA1 acquisition program Baidu map Gaode map simple program for acquiring SHA1 value
Multiple strings for leetcode topic resolution
Wireshark TS | video app cannot play
SSM project construction
Pat class B 1015 C language
Leetcode topic resolution divide two integers
【Leetcode】431. Encode N-ary Tree to Binary Tree(困难)
Paper notes: multi label learning lsml
Sorting out common problems after crawler deployment
JS面试题----防抖函数
【开源项目】excel导出lua配置表工具
jvm-06.垃圾回收器
ant使用总结(一):使用ant自动打包apk
Pat class B 1018 C language
jvm-04.对象的内存布局
pyinstaller 打包exe设置图标不显示
[DaVinci developer topic] -42- how to generate template and header files of APP SWC
WordPress Core 5.8.2 - 'WP_ Query'SQL injection









