Home  >  Q&A  >  body text

内容很简单,有些还没明白,谁能给解释一下?

解释下每个标签的意思?

小天小天2803 days ago1836

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:17:38

    The content is very simple, I still don’t understand some of it, can anyone explain it? -PHP Chinese website Q&A-The content is very simple, I still don’t understand some of it, can anyone explain it? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 迷茫

    迷茫2017-02-14 09:30:14

    先来看html基础代码

    <!DOCTYPE HTML>
    <html>
     <head>
     <meta charset="utf-8">
     <title></title>
     </head>
     <body>
     </body>
    </html>

    <!DOCTYPE HTML>-------声明文档

    <head></head>--------- 头部

    <meta>-------------------设置网页编码

    <body></body>---------正文(即网页的内容)

    reply
    0
  • Cancelreply