MCQOPTIONS
Bookmark
Saved Bookmarks
→
Css
→
Basic Css
→
Which style is this?
1.
Which style is this?
<body style="background-color: lightcyan">
A.
External Style Sheet
B.
External Style Sheettyle Sheet
C.
Inline Styles
D.
All of above
E.
None of these
Answer» D. All of above
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