Answers for "How to set background color without body tag html"

1

How to set background color without body tag html

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

<!-- An alternative: -->

<div style="position: fixed; width: 100%; height: 100%; background: #FF0000;">&nbsp</div>
Posted by: Guest on April-22-2022

Code answers related to "How to set background color without body tag html"

Browse Popular Code Answers by Language