Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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> 
 
PREVIOUS NEXT
Tagged: #How #set #background #color #body #tag #html
ADD COMMENT
Topic
Name
4+3 =