Css miscellaneous
- What does screen media type is used for?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
For use with color computer screens
- Which of the following is the correct way to applying style to a document?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Use an external style sheet, either by importing it or by linking to it
- With, which tag you write the style rules directly within the document found
within the head of the document.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
<style>
- What will be the output of below mentioned code snippet?
h1 {color: "blue";}
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
nothings happen
- For Inline Style don’t need to reapply style information throughout the document and outside documents.State true or false.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
False