- 1
Write a code to display a list in alphabetical order
Superscripts
6 Antworten
+ 6
Sulemana Fusheini , we need some more and specific information. have you already done a try by yourself? if not, please do so - put your code in playground and link it here. thanks!
+ 5
Isn't it working fine?
https://code.sololearn.com/WqNrJKx7gQhP/?ref=app
+ 4
Hi! Please, show us your attempt 😉
0
Okay
0
<html>
<head>
<tiltle>Ordered List</title>
</head>
<body>
<Ol type="A">
<li>Maths</li>
<li>Science</li>
<li>Programming</li>
</Ol>
</body>
</html>
0
Is a trial and I wanted to be sure