想请问一下是哪里有问题呢?在浏览器里什么都无法显示
代码内容
在浏览器里预览的时候浏览器里是空白
代码内容
在浏览器里预览的时候浏览器里是空白
2017-03-05
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test1</title>
<style type="text/css">
*{margin: 0; padding: 0;}
#wrap{background: #fcc; margin: 0 auto; width: 100%;}
#header{background: #6cf; width: 100%;}
#mainbody{background: #6fc; width: 100%;}
#footer{background: #0ff; width: 100%;}
</style>
</head>
<body>
<div id="wrap">
<div id="header">头部</div>
<div id="mainbody">主体</div>
<div id="footer">底部</div>
</div>
</body>
</html>
这是按你的代码在webstorm里敲的,下面是在chrome效果。
可能的问题是:你的输入法不是在英文下,或者是你的浏览器问题。
举报