ul标签去掉点,横向排列的方法

问题?ul标签去掉点,横向排列的方法

ul{
list-style:none;margin:0;
}
li{
display:inline;
border:solid 1px red; 
}

你可能感兴趣的:(--------《前端开发》)