<html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta "> <title>Document</title> <style> */ li{list-style: none; width: 100px; height: 40px; border:1px solid #7f7f7f; text-align:center; line-height: 40px; color:red; float: left; } a{/* line elements to block elements */ display:block; width: 100px; height: 40px; text-decoration: none; color:red; } < / style > < / head > < body > < ul > < li > < a href = "" > jingdong < / a > < / li > < li > < a href =" "> ali < / a > < / li > < li > < a href =" "> tencent < / a > < / li > < li > < a Href =""> </a></li> </ul> </body> </ HTML >Copy the code