Ask Question
9 May, 17:47

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

+4
Answers (1)
  1. 9 May, 19:55
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers