Computer Science, asked by shailendree10, 1 year ago

what are the various ordering styles that can be given to the items of an ordered list ????

Answers

Answered by akashvs321pah7yq
11
There are three types of list ,They are:
•Ordered list: tag used is <ol> which is used for listing out items with numbers and alphabets.
•Unordered list(Bulleted list): tag used in html is <ul>,used for listing out items with symbols or shapes.
•Definition list : tag used is <dl> used for lists with definition ,like you can use this tag for adding a definition for a certain terms.Is of two types,they are:
i) Definition Term: tag used is <dt> used to specify the term you have to list and give the definition(or description) for.
ii) Definition Description: tag used is <dd>,used to give the definition for the term.
Please note that tag are case insensitive,so you don't have to concern about its letter case ...
Hope it helps .....

shailendree10: thank you ...
shailendree10: it helped me sooooo muccchhhh
shailendree10: !!!!!
shailendree10: :)
akashvs321pah7yq: oh you are welcome
akashvs321pah7yq: if it helped you mark my answer as the brainliest please
shailendree10: okay... sure ... i will
Similar questions