编辑下面的代码:【加编码】
<html> <head> <style> ul { list-style-type:none; margin:0; padding:0; } a { display:block; width:60px; background-color:#dddddd; } </style> </head> <body> <ul> <li><a href="/demo/trycss_navbar_vertical.htm#home">Home</a></li> <li><a href="/demo/trycss_navbar_vertical.htm#news">News</a></li> <li><a href="/demo/trycss_navbar_vertical.htm#contact">Contact</a></li> <li><a href="/demo/trycss_navbar_vertical.htm#about">About</a></li> </ul> <p>A background color is added to the links to show the link area.</p> <p>Notice that the whole link area is clickable, not just the text.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂