- 3
<Body BGCOLOR="#00FF00">
This will change ur background color to green. Format of color number is RRGGBB, u know that each color is a combination of three main colors: Red, Green, and Blue. In color format RR is value of red component of main color in hexadecimal format. GG is value of green component & BB is the value of blue component. Two digits hexadecimal number can be anything between 00 to FF i.e 0 to 255 decimal format. So write 00FF00 we mean (red=0, green=255, blue=0) the result is a pure green color. U can produce 16m
3 odpowiedzi
+ 2
Not supported on HTML5 btw. Use css instead
+ 1
So what is your question?