前端初學學習進程X

這幾天主要學習了CSS中的幾個實例。感受仍是比較好的。 1.將圖片做爲列表項標記 <html> <head> <style type="text/css"> ul { list-style-image: url(圖片地址) } </style> </head> <body> <ul> <li>1</li> <li>2</li> <li>3</li> </ul> </body> </html>
相關文章
相關標籤/搜索