Q. Which of the following CSS property sets what kind of line decorations are added to an element, such as underlines, overlines, etc?
β
Correct Answer: (C)
text-decoration-line
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
span {
border: 1px solid red;
outline: green dotted thick;
}