By default, the ul tag leaves blank space above and below the line,If you don't want the blank space,You can add to the ul tag in CSS:
ul {
margin:0;
}
[Related Links]
By default, the ul tag leaves blank space above and below the line,If you don't want the blank space,You can add to the ul tag in CSS:
ul {
margin:0;
}
[Related Links]
Leave a Reply