标题标签html编辑

时间:2014-01-08 01:12:22

标签: tags title

嘿大家都在尝试添加我的标题标签,但每次我都尝试将其添加到公司名称格式中主关键字和辅助关键字我得到解析错误,即'解析XML错误,第516行,第29列:元素类型“ShareFreeTemplates”必须后跟属性规范,“>”或“/>”这是我的HTML代码

<b:include data='blog' name='all-head-content'/>

<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description -->
<!-- Post/Archive Page -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
   <title><data:blog.pageName/></title>

<!-- Index Page -->   
<b:else/>
  <title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title>
   <meta content='after effects free templates, templates, after effects project files, free download' name='keywords'/>

</b:if>

如果有人可以编辑该标题标签给我没有错误我希望它像''免费后效应模板和项目文件| ShareFreeTemplates''和thx关于

1 个答案:

答案 0 :(得分:1)

这就是标题标签在标准HTML编码中的工作方式。

<title> insert words here </title>是使用的标签。然后在两个标签之间插入单词,如此

<title>ShareFreeTemplates|Free After Effects Templates And-Tutorials </title>

您不需要将标题封装在另一对标签中。

  <title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title>
         ^                                                              ^^
        //remove the characters where the arrows are pointing at