Comment régler la couleur d'arrière-plan sans balise body html

<html style = "background-color: red;"></html>

<!-- An alternative: -->

<div style="position: fixed; width: 100%; height: 100%; background: #FF0000;">&nbsp</div> 
ayaan