Как установить цвет фона без тега тела html
<html style = "background-color: red;"></html>
<!-- An alternative: -->
<div style="position: fixed; width: 100%; height: 100%; background: #FF0000;"> </div>
ayaan