Computer Science, asked by ishitahalder245, 2 months ago

Different between the following with example :
I) colspan attribute and rowspan attribute
II) Ordered list and unordered list​

Answers

Answered by gkdozckhkhc
2

Answer:

I)Rowspan is a property added to a table cell [ i.e td] so that it can span many rows. If the rowspan property is given a value of 2, it will stretch across two cells horizontally.

While colspan is a property added to a table cell [i.e td] so that it can span many columns. If the colspan property is given a value of 2, it will stretch across two cells vertically.

II)In an unordered list, the list items are represented in the bulleted form. The <UL> tag is used to define items in an unordered format; whereas, in an ordered list, the list items are represented in the alphabetical, numerical, or roman numerical form. The <OL> tag is used to create an ordered list.

Similar questions