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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator