Sunday 18 August 2019

To make link appear in same line

<style>
 ul
 {
 dislay:inline;
 }
 </style>