Which of the following is the odd one
out?
h1{border-style: double; border-
width: 2px; border-color:blue; }
h1 { border-style: double; border-
width: 2px; border-color:darkblue; }
h1{ border-width: 2px; border-
color:blue; border-style: double; }
h1 {border: double 2px blue;}
Answers
Answered by
2
Answer:
in this odd one out is h1
Answered by
0
Answer:
h1(border:double 2px blue;)
Explanation:
hope it's helpful
mark me as brainlist
Similar questions