Ask Question
29 April, 21:53

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

+1
Answers (1)
  1. 29 April, 22:08
    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?
Get an answer to your question ✅ “Write a html5 code to display 5 friends both an orderd and unordered list. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers