标签: html css
有人可以向我解释为什么在“显示标题”链接与您点击http://copyrighter.ru/canada/test.htm上的链接时显示的DIV之间有空白区域
答案 0 :(得分:2)
因为您在<p>标记内有链接。只需将margin-bottom:0;添加到该段或所有段落的CSS中即可。
<p>
margin-bottom:0;