数据分析师2017-09-30 23:54:54
How to solve the problem that directly setting the width and height of hyperlink <a> does not work? -PHP Chinese website Q&A-How to solve the problem that the direct setting of the width and height of the hyperlink <a> does not work? -PHP Chinese website Q&A
Let’s take a look and learn.
伊谢尔伦2017-01-13 14:43:53
通过css属性display:block;或者display:inline-block;
把行属性修改成块状属性,就ok了。以后制作网页会经常需要使用这两个属性。