<team>
<teamleader info="Team Leader">
<name>Suresh KC</name>
<email><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e48f87ca97919681978ca49d858c8b8bca878b89">[email protected]</a></email>
</teamleader>
<member id="ME1A">
<name>Harry Jones</name>
<email><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="99d3f6f7fceaabacf1f8ebebe0d9fef4f8f0f5b7faf6f4">[email protected]</a></email>
<salary>2500</salary>
</member>
<member id="ME3A">
<name>John Deo</name>
<phone>9866123456</phone>
<salary>2500</salary>
</member>
</team>
i want to display teamleader and members as:
- Suresh KC [email protected]
- Harry Jones [email protected] 2500
- John Deo 9866123456 2500
I attempted to use the list-style-type:decimal; property in CSS, but it was not effective.