Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html DIV标记在编辑代码时出错_Html_Dreamweaver - Fatal编程技术网

Html DIV标记在编辑代码时出错

Html DIV标记在编辑代码时出错,html,dreamweaver,Html,Dreamweaver,为什么在使用DreamWeaver编辑纯文本后,我的DIV标记不起作用?您在实际内容之前关闭了元素 <!-- content ends ================================================== --> <!-- footer starts ================================================== --> <footer id="footer" class="clearfix"

为什么在使用DreamWeaver编辑纯文本后,我的DIV标记不起作用?

您在实际内容之前关闭了
元素

<!-- content ends
================================================== --> 

<!-- footer starts
================================================== -->
<footer id="footer" class="clearfix">
  </footer> //This right here needs to go after your footer code.
    <div class="container"> 
    //... bla bla bla
    </div>
    <!--row ends--> 

  </div>

//Add this here: </footer>
//Don't forget to remove the other one up there.
<!-- footer ends
================================================== --> 

//这里的这个需要跟在你的页脚代码后面。
//... 呜呜呜呜
//在此处添加以下内容:
//别忘了把上面的另一个拿走。