expansion of tag <A> in html
Answers
Answered by
1
Answer:
A combination of your answers fixed it. Many thank....
#list ul { display: block; }
#list li { display: block;}
#list a { display:block; height:100%; }
Explanation:
Similar questions