Answers for "html how we show items in single line"

21

how to bring li to same line

ul{
overflow:hidden;
}
li{
display:inline-block;
}
Posted by: Guest on August-11-2020

Code answers related to "html how we show items in single line"

Browse Popular Code Answers by Language