Home / Programming Questions / CSS MCQs / Page 13

CSS MCQs with answers Page - 13

Dear candidates you will find MCQ questions of CSS here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question

R

Ram Sharma • 178.09K Points
Coach

Q. Which of the following type of HTML tag is used to define an internal style sheet?

(A)

R

Ram Sharma • 178.09K Points
Coach

Q. Which of the following CSS property is used to make the text bold?

(A) text-decoration: bold
(B) font-weight: bold
(C) font-style: bold
(D) text-align: bold

R

Ram Sharma • 178.09K Points
Coach

Q. What will be the output of following CSS code snippet?

Code:
h1 {color: "green";}
(A) nothings happen
(B) error occurs
(C) heading becomes dark-green
(D) heading becomes green

R

Ram Sharma • 178.09K Points
Coach

Q. Which of the following CSS style property is used to specify an italic text?

(A) style
(B) font
(C) font-style
(D) @font-face

R

Ram Sharma • 178.09K Points
Coach

Q. What will be the output of following CSS code snippet?

Code:
h1 {color: red text-decoration: underline; font-style: italic;}
(A) color: red, text-decoration: underline works
(B) only font-style: italic works
(C) color: red, text-decoration: underline and font-style: italic all works
(D) text-decoration: underline and font-style: italic works

R

Ram Sharma • 178.09K Points
Coach

Q. Which of the following are the CSS Extension Prefixes for Webkit?

(A) -chrome
(B) -web
(C) -o-
(D) -webkit

R

Ram Sharma • 178.09K Points
Coach

Q. Which of the following is the correct syntax to link an external style sheet in the HTML file?

(A)
(B)
(C)