πŸ“Š CSS
Q. Choose the option that correctly specifies the output of the following CSS.
Code:
span {
	border: 1px solid red;
        outline: green dotted thick;
}
  • (A) All span elements will have a red border and a green dotted outline
  • (B) All span elements will have a green thick border and a red outline
  • (C) All span elements will have an outer red border and inner green dotted border
  • (D) All span elements will have a outer green dotted border and an inner red border
πŸ’¬ Discuss
βœ… Correct Answer: (D) All span elements will have a outer green dotted border and an inner red border

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
49470
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
94%
Success Rate