HTML tables are useful web page organization and presentation tools. Tables provide a clear layout for information ranging from scheduling and prices to comparison charts because of their straightforward row and column structure. To preserve accessibility and responsiveness on various devices and screen sizes, it's crucial to use them sparingly.
In HTML, all the list items in an ordered list are marked with numbers by default instead of bullets. An HTML ordered list starts with the <ol> tag and ends with the </ol> tag. The list items start with the <li> tag and end with </li> tag.
In HTML unordered list, the list items have no specific order or sequence. An unordered list is also called a Bulleted list, as the items are marked with bullets. It begins with the <ul> tag and and closes with a </ul> tag. The list items begin with the <li> tag and end with </li> tag.
Resources:
HTML Table (With Examples)(n/d)https://images.app.goo.gl/69BTy8K9CgZfcpvD6
HTML Lists: Ordered and Unordered Lists Explained with Examples https://www.shiksha.com/online-courses/articles/html-lists-ordered-unordered-lists-with-examples/



No comments:
Post a Comment