Ordered and unordered HTML lists
It is possible to make a list of elements in HTML by specifying <ol> or <ul> tags. <or> tag stands for ordered list and <ul> tag stands for unordered list. Ordered list will be presented with numbers. Item number one, two and so on. Unordered list will be presented with bullet points.
Comments
Post a Comment