Select Page
The Unordered List, ul tag, in HTML5

The Unordered List, ul tag, in HTML5

The Unordered List, ul tag, in HTML5 There are basically four types of markers used to list unordered list.  comment(s) <ul> tag in html is used to list items in no particular order The <ul> tag lists items and they are marked with bullets the type...
The ordered list, ol tag, in HTML5

The ordered list, ol tag, in HTML5

The ordered list, ol tag, in HTML5 An ordered list can be numerical or alphabetical. Typically, <ol> is rendered as a numbered list.  comment(s) <ol> tag in html is used to list items in order start attribute of <ol> defines where marker value...