To reverse the unordered list, we should use reversed attribute as
<ul .... reversed>.(True/Faise)
Answers
Answered by
0
False.
Hope it helps. Have a great day dear.
Answered by
0
Reversing is the process that copying the data from a list and creating one with reversed data.
- Group of data that are arranged in a one-by-one order is the list.
- The data are kept in the base of some order.
- But in the unordered list, there is no particular order.
- For the reversing list purpose using tag is <ol>.
- The attribute reversed is attached with the <ol>tag for the reversing purpose.
- In the given statement <ul> is given instead of <ol>.
Similar questions