Day-5 Lists in HTML and Block and Inline elements
Lists In HTML:
Lists are used to maintain list of items.
There are three types of lists in HTML:
1. ordered list <ol>
2. unordered list <ul>
3. descriptive list definition list<dl>
1.ordered list <ol> :
All list items are between <ol> element and eac...
garimasharmacoder.hashnode.dev4 min read