FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
According to HTML defaults, page background color is usually
A
black
B
dark blue
C
white
D
light gray
Explanation: 

Detailed explanation-1: -What is the default background color in HTML? The default background color in HTML is transparent.

Detailed explanation-2: -Explanation: By default the background colour of html webpage is white.

Detailed explanation-3: -To specify white, for example, use #ffffff. To specify bright blue, use #0000ff. For purple, use #ff00ff.

Detailed explanation-4: -HTML color codes are hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). For example, in the color red, the color code is #FF0000, which is ‘255’ red, ‘0’ green, and ‘0’ blue. There are 16, 777, 216 possible HTML color codes, and all are visible on a 24-bit display.

There is 1 question to complete.