and*_*rew 13 html seo semantic-markup
在其中使用其他标签是正确的做法还是有效的语法<title>?
多语言标题的示例
<html lang=en>
<title>Some title in English and a <i lang=fr>word in French</i></title>
Run Code Online (Sandbox Code Playgroud)
che*_*rtz 18
见http://www.w3.org/TR/html401/struct/global.html#h-7.4.2 :
标题可能包含字符实体(用于重音字符,特殊字符等),但可能不包含其他标记(包括注释).
(我的重点)