Home  >  Q&A  >  body text

在网页中,div标签应该放在什么位置?

烟雨江南烟雨江南2860 days ago2821

reply all(3)I'll reply

  • 数据分析师

    数据分析师2017-09-30 22:50:56

    In a web page, where should the div tag be placed? -PHP Chinese website Q&A-In a web page, where should the div tag be placed? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-19 11:01:22

    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title></title>
    </head>
    <div>
        <div>网站内容</div>
        <div>网站内容</div>
        <div>网站内容</div>
        <div>
            <div>网站内容</div>
        </div>
    </div>
    <body>
    </body>
    </html>

    一般是这样的格式

    reply
    1
  • 迷茫

    迷茫2016-12-19 10:52:14

    一般我们使用div标签的时候,都是放在正文中<body>...</body>

    reply
    1
  • Cancelreply