您好,欢迎访问一九零五行业门户网

设置 HTML 中链接文档的语言

使用 hreflang 属性设置 html 中链接文档的语言。
示例您可以尝试运行以下代码来实现 hreflang 属性 -
<!doctype html><html> <head> <title>html hreflang attribute</title> </head> <body> <p>database tutorial:</p> <a href = "dbms/index.htm" hreflang = "en">dbms</a> </body></html>
以上就是设置 html 中链接文档的语言的详细内容。
其它类似信息

推荐信息