Ask Question

Write a html5 code to display 5 friends both an orderd and unordered list.

+2
Answers (1)
  1. 3 October, 23:59
    0
    See Explanation

    Explanation:

    Ordered List

    The ordered list is defined with the tag ...

    Each list are enclosed in ...

    Take for instance the name of the 5 friends are Friend 1 to Friend 5, the code to display an ordered list is as follows:

    Friend 1

    Friend 2

    Friend 3

    Friend 4

    Friend 5

    By default, the ordered list displays numeric number (1,2,3 ...) as its order; So, the above code will display

    1. Friend 1

    2. Friend 2

    3. Friend 3

    4. Friend 4

    5. Friend 5

    To change the order format to numerals (for instance), you start the tag with

    Unordered list

    The ordered list is defined with the tag ...

    Each list are enclosed in ...

    Friend 1

    Friend 2

    Friend 3

    Friend 4

    Friend 5

    The default of an unordered list is the circle
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a html5 code to display 5 friends both an orderd and unordered list. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers