Which of the following is not a line property?
a Width
b Color
c Arrow
d Design
Answers
Answered by
9
Answer:
option a width I hope this is your helpful answer
Answered by
0
Option (C) is the correct answer.
Arrow is not a line property.
About a line property in CSS :
- Also have a look at the text-decoration property, which is a combination of text-decoration-line, text-decoration-style, text-decoration-color, & text-decoration-thickness.
- The text-decoration property would be a shorthand property. It defines the decoration that has been added to the text. The text-decoration-style attribute specifies the text decoration's appearance (like solid, wavy, dotted, dashed, double).
- The thickness of something like the decoration line is specified by the text-decoration-thickness attribute. The color of the text-decoration is set via the text-decoration-color attribute (underlines, overlines, line through).
Similar questions