Advertisements
Advertisements
Question
What is wrong with following coding?
<UL type = "a" start = 4>
Short Answer
Advertisements
Solution
<UL> is used to define unnumbered lists, i.e., no number or letter is attached with list items. Therefore, we cannot use the start attribute with <UL>.
Also, the valid values for the type attribute of <UL> are disc, circle, and square. Thus, we cannot give it a value like "a".
shaalaa.com
Is there an error in this question or solution?
