摘要:<!DOCTYPE html> <html> <head> <meta charset ="utf-8"> <style type="text/css"> &nbs
<!DOCTYPE html> <html> <head> <meta charset ="utf-8"> <style type="text/css"> ul li{list-style:none;width:100px;height:20px;background-color:red;float:left;} </style> </head> <body> <ul> <li>導(dǎo)航1</li> <li>導(dǎo)航2</li> <li>導(dǎo)航3</li> </ul> </body> </html>
批改老師:天蓬老師批改時(shí)間:2019-01-13 09:42:04
老師總結(jié):你這是導(dǎo)航, 別逗了, 連個(gè)鏈接都不放.
<li><a href="">導(dǎo)航1</a></li> <li><a href="">導(dǎo)航2</a></li> <li><a href="">導(dǎo)航3</a&