css去掉浏览器默认样式因为各个浏览器默认的样式不同,你这种情况可以使用下面代码清除边距<style>*{margin:0padding:0}<style>建议做网站的时候,设置个reset.css样式表清除各个浏2023-02-20html-css150