批改状态:合格
老师批语:

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>导航栏</title><style>.nav{border:1px solid red;width: 974px;height: 38px;background-color: #A10000;}ul{padding: 0px;height: 38px;margin-top: 2px;margin-left: 2px;}a{text-decoration: none;font-weight: bold;color: white;}li{list-style: none;height: 38px;line-height: 38px;text-align: center;}.one{width: 88px;}.two{width: 88px;position: relative;top:-38px;left:88px;}.three{width: 88px;position: relative;top:-76px;left:176px;}.four{width: 102px;position: relative;top:-114px;left:278px;}.five{width: 116px;position: relative;top:-152px;left:394px;}.six{width: 116px;position: relative;top:-190px;left:510px;}.seven{width: 116px;position: relative;top:-228px;left:626px;}li:hover{background-color: white;}li:hover a{color: #A10000;}</style></head><body><div class="nav"><ul><li class="one"><a href="">首页</a></li><li class="two"><a href="">前沿</a></li><li class="three"><a href="">前端</a></li><li class="four"><a href="">后端</a></li><li class="five"><a href="">云计算</a></li><li class="six"><a href="">产品设计</a></li><li class="seven"><a href="">联系我们</a></li></ul></div></body></html>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号