Ordered and unordered HTML lists

It is possible for n HTML page to have ordered and ordered lists. Ordered list will have a number in the beginning of every new item. Unordered list will have a bullet point.

Unordered lists will start with <ul> table definition. Ordered lists will start with <ol>.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator