为什么li中的a标签不能和li重合 10
<!doctypehtml5><html><head><metacharset="utf-8"><metaname="keyworlds"content=""><meta...
<!doctype html5><html> <head> <meta charset="utf-8"> <meta name="keyworlds" content=""> <meta name="discription" content=""> <title>自制电影轮播设计2</title> <style> body{ margin:0; padding:0; } ul{ display:flex;/*开启弹性盒模型*/ list-style-type:none;padding:0;margin:0; align-items:flex-end;/*上下结束为止*/ width:840px; height: 320px; background-color: blue; margin: 100 auto; } ul li{ flex:1;/*每个li占据一份*/ height:33px; border:1px solid red; width:168px; } ul li a{ display:block; line-height:0px; text-decoration:none; width:100%; height:100%; background-color: red; } </style> </head> <body> <ul> <li> <a href=""> <p>红月当空</p> </a> </li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul> </div> </body></html>
展开
1个回答
展开全部
可以重合啊,a可以包含li,只要你加上display:block即可
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询