CBSE Class 10 Computer Applications Question 5 of 11

Solved 2022 Question Paper CBSE Class 10 Computer Applications (165) — Question 5

Back to all questions
5
Question

Question 4

Write any two differences between the Outline and Border-style properties of CSS.

Answer
OutlineBorder-style
Outline attribute controls all the aspects of an element's outline.Border-style is specifically used to choose the type of border for an element.
Outline attribute makes use of various properties like outline-color, outline-style, etc. to control the appearance of outline.Border-style is a property of Border attribute which specifies the border type.