これは 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> -->