#FFFFFF
rgb (255, 255, 255)
rgb (FF,FF, FF)
Both A and B
Text-align: bold
Font-style: bold
Font-weight: bold
Text-decoration: bold
Float
Push
Align
wrap
h1{ background-loop: none;}
h1{background-repeat: none; }
h1 { background-iterate: none;}
None of the above
External CSS
Internal CSS
Inline CSS
None of these
a {text-decoration: no-underline;}
a {text: no-underline;}
a {text-decoration:none;}
a (text-style: no-underline;}
Overlay
Clearfix
Clarity
Opacity
Classes
Patterns
Properties
Functions
Relative
Absolute
Fixed
Static
Border
Space
Background Color
Margin
Word-spacing
Padding
Duration
Property
Vaiue
Declaration
Selector
Rule
Text-decoration
Text-stroke
Text-shadow
Text-overflow
What will happen in the following case ?
h1 {color: red text-decoration: underline; font-style: italic;}
color: red, text-decoration: underline and font-style: italic all works
text-decoration: underline and font-style: italic works
color red, text-decoration: underline works
only font-style: italic works
//statement
'statement
/*statement */
// statement //
Combinator selector
Pseudo Class selector
Pseudo elements selector
Attribute selector
E#id
.class
#id
*
:valid
:required
:optional
:invalid
:target
:selection
::selection
URO
:root
:nth-of-type(n)
:only-child
none of the mentioned