数据分析师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.
迷茫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>---------正文(即网页的内容)