html基本布局就是这样吗?
小白
小白 2016-12-24 14:32:14
0
2
1088
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset=utf-8">
        <title></title>
    </head>
    <body>
    </body>
</html>

是不是记住就可以了,大的布局就是固定的?

小白
小白

好好学习,天天向上!!!

reply all(2)
数据分析师

Is this the basic layout of html? -PHP Chinese website Q&A-Is this the basic layout of html? -PHP Chinese website Q&A

Please watch and learn.

迷茫

基本不会变,只是内部标签会增加,再就是加一些其他的,后面肯定会遇到,要显示的内容,我们都是加在body标签中

但是要是引入外部样式或者脚本文件,我们就需要写在head标签内!

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