内容很简单,有些还没明白,谁能给解释一下?
小天
小天 2017-02-14 09:27:07
0
2
1885

解释下每个标签的意思?

小天
小天

勇敢站起来快步向前冲是你唯一的出路

reply all(2)
数据分析师

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.

迷茫

先来看html基础代码

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

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

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

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

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template