编辑下面的代码:【加编码】
<html> <body> <ul type="square"> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul> <ul type="circle"> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul> <p><b>Note:</b> The type attribute is deprecated in HTML 4, and is not supported in HTML5. Use CSS instead.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂