MCQOPTIONS
Bookmark
Saved Bookmarks
→
Css
→
Basic Css
→
How many values are there for animation-full-mode ..
1.
How many values are there for animation-full-mode property?
A.
4
B.
3
C.
2
D.
1
E.
None of these
Answer» B. 3
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following will select every <p> element that is the only child of its parent?<br></p>
In what direction does float will work?<br><pre class="prettyprint lang-c">img {<br> float: left;<br> }<br></pre>
Which of the following property defines the style, width, and color of the rule divider between<br>columns in a multicolumn text flow?
With, which tag you write the style rules directly within the document found<br>within the head of the document.
Is this correct way to apply css.State true or false.<br><pre class="prettyprint lang-c"><link rel="stylesheet" type="text/css" href="mystyle.css"><br></pre>
Which style is this?<br><pre class="prettyprint lang-c"><body style="background-color: lightcyan"><br></pre>
What will be the output of below mentioned code snippet?<br><pre class="prettyprint lang-c"><p style="color: blue">Interview Mania</p><br></pre>
What will be the output of following code snippet?<br><pre class="prettyprint lang-c"><style h1 {color: blue;}> <br><h1>Hey</h1><br></pre>
What will be the output of below mentioned code snippet?<br><pre class="prettyprint lang-c">h1 {color: "blue";}<br></pre>
What will be the output of following code snippet?<br><pre class="prettyprint lang-c">h1 {color: red text-decoration: underline; font-style: italic;}<br></pre>
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply