美文网首页程序员
html常用标签(一)

html常用标签(一)

作者: 丁止戈 | 来源:发表于2016-08-02 10:26 被阅读99次

    框架

    <html>
     <head>
        <title></title>
     </head>
     <body></body>
     </html>
    

    mate系列

    <meta name="keywords" content="关键词3-5个 "/><!---->
    <meta name="description" content="描述100-200字 "/><!---->
    <meta http-equiv="refresh" content="时间;url='indexhtm'"/><!---->
    <meta http-equiv="Content-Type" content="text/html;charset= "/><!--html文件本身编码和html页面中用代码制定的编码一致-->
    

    图片

    <img ><!--图片-->
      src="地址" width="宽" height="高" title="标题" alt="爬虫" usemap="#mapname"
    

    链接(及锚链接)

    <a href="地址http:// "></a>
      target="_blan" href="#id"锚链接

    相关文章

      网友评论

        本文标题:html常用标签(一)

        本文链接:https://www.haomeiwen.com/subject/mcyfsttx.html