FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If you want to have more than one property for a CSS selector, what character separates them?
A
comma (, )
B
semi-colon (;)
C
colon (:)
D
dash (-)
Explanation: 

Detailed explanation-1: -More than one declaration can be applied per selector when separated by a semicolon (), and more than one selector can be assigned per declaration block when the selectors are separated by a comma (, ).

Detailed explanation-2: -a color name-like “red” a HEX value-like “#ff0000” an RGB value-like “rgb(255, 0, 0)"

Detailed explanation-3: -Each HTML page must include a reference to the external style sheet file inside the <link> element, inside the head section.

Detailed explanation-4: -A hexadecimal color value is a six-digit code preceded by a # sign; it defines a color that is used in a website or a computer program.

There is 1 question to complete.