『壹』 在html 中如果想让背景成黑色的代码是什么
在html中css代码:background表示背景颜色;相应的黑色颜色代码为#000所以最终是:background:#000或者background-color:#000