这是一个css文本,我想给html页面中的所有表格一个宽度为1px的边框。但是html文件没有读取这个为什么?我在 html 文件中看不到任何边框!!!!
<!-- <style type="text/css"> -->
body{background-color:pink;
}
input{background-color:green;
font-color=blue;
}
table.center {
margin-left:auto;
margin-right:auto;
border-width:10px solid;
}
.testext{color:gray};
<!-- </style> -->