What is incorrect in this CSS code meant for making a list horizontally aligned?
ul {
list-style-type: none;
display: inline;
}
What is incorrect in this CSS code meant for making a list horizontally aligned?
ul {
list-style-type: none;
display: inline;
}