Apeller

导航

「HTML+CSS」基础标签

<html>

   <head>

     <meta charset="utf-8">

       <meta name="robots" content="index,all,follow">

     <title></title>

   </head>

   <body>

   </body>

</html>

SEO

  1.  charset="XX"   gb2312标准(但没繁体)  gbk(包含亚裔字符)  unicode万国码  utf-8万国码8比特版

  charset="utf-8" 

  2. lang="zh,en"---language

  name:keywords/description/author/robots...

  content:"xxx"


 

字体标签:<strong>/<em>/<b>/<i>/<del>/<h1>-<h6>/<address>

其它标签:<p>..

容器:<div>/<span>


 

posted on 2019-10-06 21:55  Apeller  阅读(133)  评论(0编辑  收藏  举报