Computer Science, asked by vanshu6, 1 year ago

write the html code to create the following ordered list:. x.xylophone. y.yak. z.zebra

Answers

Answered by samrat00725100
21
As the list start from x and it is type of small letter and it is the 24th letter, thus the html code will look like this

<ol type="a" start=24>
<li>xylophone</li>
<li>yak</li>
<li>zebra</li>
</ol>
Answered by rjraunak47u
2

jdjshaishwueowhwsydhe

Similar questions