h) Find the error(s) and make the corrections in the following code.
i. <UL type= “a” start =3>
ii. <OL type = A start= "d">
Answers
Answered by
0
Answer:
In UL it is unordered so we cannot give type= 'a'.
In OL it is ordered So type ="A" but Start not equal to d
Similar questions